Skip to content

Commit

Permalink
don't forget EBPYTHONPREFIXES for setting up Score-P process env
Browse files Browse the repository at this point in the history
  • Loading branch information
elwer authored Nov 28, 2024
1 parent ebbad65 commit c1baf7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jumper/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,7 @@ async def scorep_execute(
"PATH": os.environ.get("PATH", ""),
"LD_LIBRARY_PATH": os.environ.get("LD_LIBRARY_PATH", ""),
"PYTHONPATH": os.environ.get("PYTHONPATH", ""),
"EBPYTHONPREFIXES": os.environ.get("EBPYTHONPREFIXES", ""),
"PYTHONUNBUFFERED": "x",
}
proc_env.update(scorep_env)
Expand Down

0 comments on commit c1baf7a

Please sign in to comment.