Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
habrok:advanced_job_management:job_arrays [2024/03/14 14:31] – Add short notes on %a and %j pedro | habrok:advanced_job_management:job_arrays [2024/03/14 14:32] (current) – Minor formatting pedro | ||
---|---|---|---|
Line 76: | Line 76: | ||
===== Output and job information for job arrays ===== | ===== Output and job information for job arrays ===== | ||
- | A job array will get just one main job id, just like a regular job. However, the index values of the range will be used as suffix for the job id: < | + | A job array will get just one main job id, just like a regular job. However, the index values of the range will be used as suffix for the job id: < |
- | The same kind of job ids will also be used in the output of SLURM tools like squeue and sacct. The squeue command will usually try to combine the jobs in the array into a single line, e.g.: | + | The same kind of job ids will also be used in the output of SLURM tools like '' |
< | < | ||
Line 85: | Line 85: | ||
</ | </ | ||
\\ | \\ | ||
- | If you want to get each job of the array to appear on a separate line, you can pass the '' | + | If you want to get each job of the array to appear on a separate line, you can pass the '' |
===== Cancelling job arrays ===== | ===== Cancelling job arrays ===== |