Skip to content
Snippets Groups Projects
Commit 8fc5d6cb authored by Matthew K Defenderfer's avatar Matthew K Defenderfer
Browse files

Revert "set cmd path"

This reverts commit 8050bea7.
parent 743c693a
No related branches found
No related tags found
1 merge request!13Update main to current release
......@@ -137,12 +137,8 @@ def main():
cmd = "./submit-pol-job -o {outdir} -f {log_prefix} -P {policy} -N {nodes} -c {cores} -p {partition} -t {time} -m {mem_per_cpu} {device}".format(**args)
cmd_env = {
'PATH': "/cm/shared/apps/slurm/18.08.9/bin/:/usr/lpp/mmfs/bin/:/usr/bin/"
}
print(f"Command: {cmd}")
subprocess.run(cmd,shell=True,env=cmd_env)
subprocess.run(cmd,shell=True)
exit()
if __name__ == '__main__':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment