Commit a4ed0bc9 authored by Mark Grondona's avatar Mark Grondona
Browse files

o Fix signal handling in srun

  - use pthread_sigmask() instead of sigprocmask()
  - save blocked signals just before unblocking them in
    src/srun/allocate.c:allocate_nodes, then reinstate this mask before
    removing handlers.
parent 18dc2c3d
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