Modify job step cancel logic for scancel and srun (on reciept of SIGTERM
or three SIGINT) to immediately send SIGKILL to spawned tasks. Previous logic would send SIGCONT, SIGTERM, wait KillWait seconds, SIGKILL. (Actually this is just a commit of the Totalview test for above logic.)
Please register or sign in to comment