I have run a slurm job array (9714509) and it failed with a Mixed, ExitCode [0-1]
. Using the code from here, I can see that only one job failed:
$ sacct -n -X -j 9714509 -o state%20 | sort | uniq -c
25 COMPLETED
1 FAILED
Is there a way to get which task number has failed, because checking the individual log files will take too long.