Skip to content

Commit c1baf7a

Browse files
authored
don't forget EBPYTHONPREFIXES for setting up Score-P process env
1 parent ebbad65 commit c1baf7a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/jumper/kernel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,7 @@ async def scorep_execute(
737737
"PATH": os.environ.get("PATH", ""),
738738
"LD_LIBRARY_PATH": os.environ.get("LD_LIBRARY_PATH", ""),
739739
"PYTHONPATH": os.environ.get("PYTHONPATH", ""),
740+
"EBPYTHONPREFIXES": os.environ.get("EBPYTHONPREFIXES", ""),
740741
"PYTHONUNBUFFERED": "x",
741742
}
742743
proc_env.update(scorep_env)

0 commit comments

Comments
 (0)