Skip to content

Commit

Permalink
Auto stash before merge of "DEV" and "origin/master"
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Britton committed Sep 5, 2017
1 parent b841495 commit 0553959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MCwrapper/gluex_MC.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def main(argv):

COMMAND=ENVFILE+" "+GENCONFIG+" "+str(outdir)+" "+str(RUNNUM)+" "+str(FILENUM-1)+" "+str(num)+" "+str(VERSION)+" "+str(CALIBTIME)+" "+str(GENR)+" "+str(GEANT)+" "+str(SMEAR)+" "+str(RECON)+" "+str(CLEANGENR)+" "+str(CLEANGEANT)+" "+str(CLEANSMEAR)+" "+str(CLEANRECON)+" "+str(BATCHRUN)+" "+str(BATCHRUN)+" "+str(NCORES).split(':')[-1]+" "+str(GENERATOR)+" "+str(GEANTVER)+" "+str(BGFOLD)+" "+str(CUSTOM_GCONTROL)+" "+str(eBEAM_ENERGY)+" "+str(COHERENT_PEAK)+" "+str(MIN_GEN_ENERGY)+" "+str(MAX_GEN_ENERGY)+" "+str(TAGSTR)+" "+str(CUSTOM_PLUGINS)+" "+str(PERFILE)+" "+str(RUNNING_DIR)+" "+str(SQLITEPATH)

#print COMMAND
#print COMMAND
#either call MakeMC.csh or add a job depending on swif flag
if BATCHRUN == 0 or BATCHSYS=="NULL":
os.system(str(indir)+" "+COMMAND)
Expand Down

0 comments on commit 0553959

Please sign in to comment.