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

Revert "add login shell argument for submit-pol-job command"

This reverts commit d662638e.
parent 8050bea7
No related branches found
No related tags found
1 merge request!13Update main to current release
...@@ -135,7 +135,7 @@ def main(): ...@@ -135,7 +135,7 @@ def main():
else: else:
args['policy'] = './policy-def/list-path-external' args['policy'] = './policy-def/list-path-external'
cmd = "bash -l 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 = "./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 = { cmd_env = {
'PATH': "/cm/shared/apps/slurm/18.08.9/bin/:/usr/lpp/mmfs/bin/:/usr/bin/" 'PATH': "/cm/shared/apps/slurm/18.08.9/bin/:/usr/lpp/mmfs/bin/:/usr/bin/"
......
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