Skip to content
Snippets Groups Projects
Commit 86ca42c3 authored by Branislav Jansik's avatar Branislav Jansik
Browse files

Edit job-arrays.md

parent 8780c8f2
No related branches found
No related tags found
No related merge requests found
Pipeline #43858 failed
......@@ -38,7 +38,7 @@ SCRDIR=/scratch/project/$SLURM_JOB_ACCOUNT/$SLURM_JOB_USER/$SLURM_JOB_ID
mkdir -p $SCRDIR
cd $SCRDIR || exit
# get individual tasks from tasklist with index from PBS JOB ARRAY
# get individual tasks from tasklist with index from SLURM JOB ARRAY
TASK=$(sed -n "${SLURM_ARRAY_TASK_ID}p" $SLURM_SUBMIT_DIR/tasklist)
# copy input file and executable to scratch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment