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 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 cannot find a way to separate the individual jobs
and jobs in arrays. Does anyone know how to do that?
Thank you.
Shaohao