From bd6533b12375e9500ad0ce77a9d18e92bf8f24ed Mon Sep 17 00:00:00 2001 From: Andreas Gocht Date: Fri, 29 Jan 2021 20:08:57 +0100 Subject: [PATCH] disable reset_preload --- scorep/__main__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scorep/__main__.py b/scorep/__main__.py index 60d2021..e5cba43 100644 --- a/scorep/__main__.py +++ b/scorep/__main__.py @@ -78,7 +78,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