Use brequeue to requeue a job array. When the job is requeued, it is assigned the PEND status and the job’s new position in the queue is after other jobs of the same priority.
For example, the command brequeue -J "myarray[1-10]" -d 123 requeues jobs with job ID 123 and DONE status.
brequeue is not supported across clusters.
For example, the command brequeue -J "myarray[1-10]" -e 123 requeues jobs with job ID 123 and EXIT status.
For example, the command brequeue -J "myarray[1-10]" -a 123 requeues all jobs in a job array with job ID 123 regardless of their job state.
For example, the command brequeue -J "myarray[1-10]" -H 123 requeues to PSUSP RUN status jobs with job ID 123.
For example, the command brequeue -J "myarray[1-10]" -r 123 requeues jobs with job ID 123 and RUN status.