Re: [slurm-users] Specify a gpu ID

2021-06-03 Thread Paul Brunk
Hi: I've not tried to do that. But the below discussion might help: https://bugs.schedmd.com/show_bug.cgi?id=2626 From: slurm-users On Behalf Of Ahmad Khalifa Sent: Thursday, June 3, 2021 01:12 To: slurm-users@lists.schedmd.com Subject: [slurm-users] Specify a gpu ID [EXTERNAL SENDER - PROC

Re: [slurm-users] Different max number of jobs in individual and array jobs

2021-06-03 Thread Brian Andrus
Array jobs are individual jobs that have been grouped. Underneath, they each have their own jobid besides the grouped array jobid. Not sure there is an easy way to pull what you are looking to do. Brian Andrus On 6/3/2021 8:12 AM, Shaohao Chen wrote: Hi, We use Slurm on our cluster and set

[slurm-users] Different max number of jobs in individual and array jobs

2021-06-03 Thread Shaohao Chen
Hi, We use Slurm on our cluster and set a max number of all jobs. But we would want to implement this: N concurrent individual jobs and M concurrent jobs in all job arrays (e.g. m job arrays with n jobs in each and M=n*m), and M is much larger than N. I have read the Slurm documentation, but ca