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

2021-06-07 Thread Sebastian T Smith
lt;mailto:stsm...@unr.edu> website: http://rc.unr.edu<http://rc.unr.edu/> From: slurm-users on behalf of Brian Andrus Sent: Thursday, June 3, 2021 10:16 AM To: slurm-users@lists.schedmd.com Subject: Re: [slurm-users] Different max number of jobs in individual

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