Skip to content

Commit

Permalink
forgot one
Browse files Browse the repository at this point in the history
  • Loading branch information
mmozercern committed Dec 16, 2013
1 parent eb25469 commit f7ebf78
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ do
else
if [ $twod -eq 1 ]
then
bsub -q $queue -J $JOBNAME -oo ${LOGFULL} ${startdir}/combine_exec.sh $myrand $mass $width ${LOGFULL}
bsub -q $queue -J $JOBNAME -oo ${LOGFULL} ${startdir}/combine_exec.sh $myrand $mass $width LOG=${LOGFULL}
else
bsub -q $queue -J $JOBNAME -oo ${LOGFULL} ${startdir}/combine_exec.sh $myrand $mass ${LOGFULL}
bsub -q $queue -J $JOBNAME -oo ${LOGFULL} ${startdir}/combine_exec.sh $myrand $mass LOG=${LOGFULL}
fi
fi
let ijob=ijob+1
Expand Down

0 comments on commit f7ebf78

Please sign in to comment.