Created attachment 598 [details] Patch to handle array style jobid in epilog clean The epilog clean script doesn't handle the new job_id format for array job. So the epilog script is running whilst some of the job in the job array are still going.
Hi Rod, thanks for the diffs, but could you please append the steps to reproduce the problem so we can see it. David
Hi, I cannot reproduce the problem. Do they have a modified version of the epilog respect to one that is in the example? If you invoke squeue as it is in the script: squeue --format=%A the command returns the job array ids without the underscore, these are the values of SLURM_JOB_ID env variable. This is documented in the squeue man page. If you invoke squeue without the format then you will get the job array ids with the underscore. The example script appears to be correct. David
David, Thanks for looking at this. You are right, the script is correct. I've asked the submitter for his script and a better description of the symptoms. Rod.
Closing. False alarm. David