Skip to content

Commit

Permalink
Update run-ib-relval.py
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar authored Feb 22, 2018
1 parent 9b3333c commit a16defc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-ib-relval.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def process_relvals(threads=None,cmssw_version=None,arch=None,cmssw_base=None,lo
if cmssw_ver.find('_CLANG_') is not -1:
p = Popen("python %s/rv_scheduler/relval_main.py -a %s -r %s -d 7" % (SCRIPT_DIR, arch, cmssw_ver.rsplit('_',1)[0]), shell=True)
else:
p = Popen("cd %s/pyRelval ; %s/jobs/jobscheduler.py -M 0 -c 175 -m 90 -o time -t avg" % (cmssw_base,SCRIPT_DIR), shell=True)
p = Popen("cd %s/pyRelval ; %s/jobs/jobscheduler.py -M 0 -c 175 -m 90 -o time" % (cmssw_base,SCRIPT_DIR), shell=True)

e=waitpid(p.pid,0)[1]
system("touch "+cmssw_base+"/done."+opts.jobid)
Expand Down

0 comments on commit a16defc

Please sign in to comment.