Skip to content

Commit

Permalink
updated job submssion script to centos 7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin-Admin authored and Colin-Admin committed Apr 6, 2020
1 parent 26c4ec7 commit 4a9a3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWA_scripts/Bootstrap/script_Fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
subprocess.call(command)
cmd = "swif add-job -workflow %s -project %s -track %s"%(workflow,project,track)
cmd += " -name %s_-%d"%(workflow, bin)
cmd += " -os centos7"
cmd += " -os centos77"
cmd += " -stdout file:%s/log/log_%d.log"%(scriptDir, bin)
cmd += " -stderr file:%s/log/err_%d.err"%(scriptDir, bin)
cmd += " -disk %d"%int(disk_space)
Expand Down

0 comments on commit 4a9a3fe

Please sign in to comment.