Commit ba258c1d authored by Moe Jette's avatar Moe Jette
Browse files

scancel accepts additional signals now.

slurmctld accepts step kill RPC and forwards the signals to slurmd(s).
slurmd processes SIGKILL, SIGSTOP, and SIGCONT via  shm_signal_step(),
all others use killpg(). All signals used to go through killpg(), which
could kill the step specific slurmd and hose the job.
parent 0332b3e5
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment