diff --git a/scorep/__main__.py b/scorep/__main__.py index f192920..a8580b9 100644 --- a/scorep/__main__.py +++ b/scorep/__main__.py @@ -91,7 +91,8 @@ def scorep_main(argv=None): os.execve(sys.executable, new_args, os.environ) else: - scorep.subsystem.reset_preload() + print("not resetting preload") + #scorep.subsystem.reset_preload() # everything is ready sys.argv = prog_argv