Prevent slurmctld abort on kill of job waiting node reboot
Prevent slurmctld abort if job is killed or requeued while waiting for reboot of its allocated compute nodes. The _wait_boot() would reference job_ptr->node_bitmap, which would be NULL.
Please register or sign in to comment