Re: [slurm-users] Performance tracking of array tasks

2022-05-17 Thread William Dear
mber of jobs in an array and on fairshare to do the rest. Cheers, Loris > Thanks, > > William Dear > > -- > From: slurm-users on behalf of Loris > Bennett > Sent: Monday, May 16, 2022 9:04 AM > To: Slurm User Communi

Re: [slurm-users] Performance tracking of array tasks

2022-05-16 Thread Loris Bennett
users on behalf of Loris > Bennett > Sent: Monday, May 16, 2022 9:04 AM > To: Slurm User Community List > Subject: Re: [slurm-users] Performance tracking of array tasks > > CAUTION: This email originated from outside of the organization. Do not click > links or open attachmen

Re: [slurm-users] Performance tracking of array tasks

2022-05-16 Thread William Dear
a different job. Thanks, William Dear From: slurm-users on behalf of Loris Bennett Sent: Monday, May 16, 2022 9:04 AM To: Slurm User Community List Subject: Re: [slurm-users] Performance tracking of array tasks CAUTION: This email originated from outside of the o

Re: [slurm-users] Performance tracking of array tasks

2022-05-16 Thread Loris Bennett
Hi William, William Dear writes: > Could anyone please recommend methods of tracking the performance of > individual tasks in a task array job? I have installed XDMoD but it is > focused solely on the Job level with no information about > tasks. > > My users almost exclusively use task arrays

Re: [slurm-users] Performance tracking of array tasks

2022-05-16 Thread Brian Andrus
I think you may be conflating the array task with slurmstepd tasks. Every array task does have it's own job id, usually _ It will also have a 'normal' job id that goes with that. You can get detailed information from sacct if you have configured it. In fact, it also breaks things down into s

[slurm-users] Performance tracking of array tasks

2022-05-16 Thread William Dear
Could anyone please recommend methods of tracking the performance of individual tasks in a task array job? I have installed XDMoD but it is focused solely on the Job level with no information about tasks. My users almost exclusively use task arrays to run embarrassingly parallel jobs. After t