correct cake usage

This commit is contained in:
ville rantanen
2014-09-12 13:19:46 +03:00
parent 6bad55db8e
commit 848a6ea278
2 changed files with 4 additions and 2 deletions

View File

@@ -113,5 +113,6 @@ fi
echo "The job file is in $JOBFILE" echo "The job file is in $JOBFILE"
# send the job # send the job
srun --nodelist=${NODELIST[$INDEX]} slurm-cake "$JOBFILE" "$JOBFILE" srun --nodelist=${NODELIST[$INDEX]} slurm-cake "$JOBFILE" "$JOBFILE"
EC=$?
wait wait
exit $EC

View File

@@ -108,5 +108,6 @@ fi
echo "The job file is in $JOBFILE" echo "The job file is in $JOBFILE"
# send the job # send the job
srun --nodelist=${NODELIST[$INDEX]} slurm-cake "$JOBFILE" "$JOBFILE" srun --nodelist=${NODELIST[$INDEX]} slurm-cake "$JOBFILE" "$JOBFILE"
EC=$?
wait wait
exit $EC