correct cake usage
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user