Skip to content

Commit

Permalink
better osg log naming scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Britton committed Jan 3, 2018
1 parent 2915fb2 commit bf76792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MCwrapper/gluex_MC.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ def OSG_add_job(VERBOSE, WORKFLOW, RUNNUM, FILENUM, indir, COMMAND, NCORES, DAT
f.write('on_exit_remove = true'+"\n")
f.write('on_exit_hold = false'+"\n")
f.write("Error = "+LOG_DIR+"/log/"+"error_"+JOBNAME+".log\n")
f.write("Log = "+LOG_DIR+"/log/"+"out_"+JOBNAME+".log\n")
f.write("output = "+LOG_DIR+"/log/"+"OSGout_"+JOBNAME+".log\n")
f.write("output = "+LOG_DIR+"/log/"+"out_"+JOBNAME+".log\n")
f.write("log = "+LOG_DIR+"/log/"+"OSG_"+JOBNAME+".log\n")
f.write("initialdir = "+RUNNING_DIR+"\n")
#f.write("transfer_input_files = "+ENVFILE+"\n")
f.write("transfer_input_files = "+indir+", "+ENVFILE+additional_passins+"\n")
Expand Down

0 comments on commit bf76792

Please sign in to comment.