Re: [slurm-users] Get Job Array information in Epilog script

2023-03-17 Thread Timo Rothenpieler
On 17/03/2023 13:11, William Brown wrote: We create the temporary directories using SLURM_JOB_ID, and that works fine with Job Arrays so far as I can see. Don't you have a problem if a user has multiple jobs on the same node? William Ours users just have /work/$username, anything below that

Re: [slurm-users] Get Job Array information in Epilog script

2023-03-17 Thread William Brown
We create the temporary directories using SLURM_JOB_ID, and that works fine with Job Arrays so far as I can see. Don't you have a problem if a user has multiple jobs on the same node? William On Fri, 17 Mar 2023 at 11:17, Timo Rothenpieler wrote: > > Hello! > > I'm currently facing a bit of an