Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment