Skip to content

Commit

Permalink
Merge pull request #100 from JeffersonLab/gleasonc_bootstrap_submit_c…
Browse files Browse the repository at this point in the history
…entos77

updated job submssion script to centos 7.7
  • Loading branch information
markito3 authored Apr 6, 2020
2 parents 83f5901 + 4a9a3fe commit e7cfe48
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 e7cfe48

Please sign in to comment.