Changes between Version 5 and Version 6 of Workshops/cypress/JobArrays
- Timestamp:
- 03/04/21 18:57:48 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Workshops/cypress/JobArrays
v5 v6 90 90 '''SLURM_ARRAY_JOB_ID''' will be set to the first job ID of the array. 91 91 '''SLURM_ARRAY_TASK_ID''' will be set to the job array index value. 92 '''SLURM_ARRAY_TASK_COUNT''' will be set to the number of tasks in the job array. 93 '''SLURM_ARRAY_TASK_MAX''' will be set to the highest job array index value. 94 '''SLURM_ARRAY_TASK_MIN''' will be set to the lowest job array index value. 92 ~~'''SLURM_ARRAY_TASK_COUNT''' will be set to the number of tasks in the job array. ~~ 93 ~~'''SLURM_ARRAY_TASK_MAX''' will be set to the highest job array index value.~~ 94 ~~'''SLURM_ARRAY_TASK_MIN''' will be set to the lowest job array index value. ~~ 95 95 96 96 In '''slurmscript''' above, SLURM_ARRAY_TASK_ID is given to the python code as,