Skip to content
Snippets Groups Projects

Merge instructions fix and job array clarification

Open karl requested to merge karl/hcc-docsBad:master into master
2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -34,6 +34,8 @@ sleep 60
@@ -34,6 +34,8 @@ sleep 60
The submit file above will output the `$SLURM_ARRAY_TASK_ID`, which will
The submit file above will output the `$SLURM_ARRAY_TASK_ID`, which will
be different for every one of the 32 (0-31) jobs, to the output files.
be different for every one of the 32 (0-31) jobs, to the output files.
 
Note that the time variable is the time for each job in the array.
 
Job Arrays in SLURM have more features than this brief description,
Job Arrays in SLURM have more features than this brief description,
please visit the [SLURM Documentation](https://slurm.schedmd.com/job_array.html)
please visit the [SLURM Documentation](https://slurm.schedmd.com/job_array.html)
for more detailed information.
for more detailed information.
Loading