Main public logs

Jump to navigation Jump to search

Combined display of all available logs of CMU -- Language Technologies Institute -- HPC Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:43, 18 July 2023 71.112.187.138 talk created page Slurm Job Arrays (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...")