slurm-cake to verify job file exists

This commit is contained in:
ville rantanen
2014-09-12 13:10:30 +03:00
parent 9ab1691c0a
commit 1765580edf
3 changed files with 29 additions and 2 deletions

View File

@@ -112,4 +112,4 @@ fi
echo "The job file is in $JOBFILE"
# send the job
srun --nodelist=${NODELIST[$INDEX]} "$JOBFILE"
srun --nodelist=${NODELIST[$INDEX]} slurm-cake "$JOBFILE"