Changes between Version 5 and Version 6 of Workshops/cypress/JobArrays


Ignore:
Timestamp:
03/04/21 18:57:48 (3 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Workshops/cypress/JobArrays

    v5 v6  
    9090'''SLURM_ARRAY_JOB_ID''' will be set to the first job ID of the array.
    9191'''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. ~~
    9595
    9696In '''slurmscript''' above, SLURM_ARRAY_TASK_ID is given to the python code as,