Skip to content

Commit

Permalink
feat: module load java/11.0.21 required by HPCDME
Browse files Browse the repository at this point in the history
  • Loading branch information
kopardev committed Apr 30, 2024
1 parent b7a2d94 commit 68dd9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parkit/src/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def run_dm_cmd(dm_cmd, errormsg="", returnproc=False, exitiffails=True):
# 'HPC_DM_UTILS': '/data/kopardevn/SandBox/HPC_DME_APIs/utils'
# }
# cmd = f"export HPC_DM_UTILS=/data/kopardevn/SandBox/HPC_DME_APIs/utils && source $HPC_DM_UTILS/functions && {dm_cmd}"
cmd = f"source $HPC_DM_UTILS/functions && {dm_cmd}"
cmd = f"module load java/11.0.21 && source $HPC_DM_UTILS/functions && {dm_cmd}"
print(cmd)
proc = subprocess.run(
cmd,
Expand Down

0 comments on commit 68dd9f8

Please sign in to comment.