We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa86752 commit f44870bCopy full SHA for f44870b
MC/bin/o2_dpg_workflow_runner.py
@@ -1031,6 +1031,9 @@ def speedup_ROOT_Init():
1031
"""initialize some env variables that speed up ROOT init
1032
and prevent ROOT from spawning many short-lived child
1033
processes"""
1034
+ if os.environ.get('ROOT_LDSYSPATH')!=None and os.environ.get('ROOT_CPPSYSINCL')!=None:
1035
+ # do nothing if already defined
1036
+ return
1037
1038
# a) the PATH for system libraries
1039
# search taken from ROOT TUnixSystem
0 commit comments