Slurm Job Arrays: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 March 2024

18 July 2023

  • curprev 15:4415:44, 18 July 2023 71.112.187.138 talk 1,384 bytes +18 No edit summary undo Tag: Visual edit: Switched
  • curprev 15:4315:43, 18 July 2023 71.112.187.138 talk 1,366 bytes +1,366 Created page with "Category:Slurm == Job Array Scheduling == [https://slurm.schedmd.com/job_array.html| Job Array Scheduling] can be useful when you desire to run multiple jobs but want to use more than ''<code>N</code>'' resources at a time. This is a way to tell slurm to setup a queue for the jobs with only 10 being active at a time ? #!/bin/bash #SBATCH --array=1-50%10 #SBATCH --max-concurrent=10 #SBATCH [other options] # Your job commands here Explanation of the..."