1
1
Brian Barrett 11932e89d5 Fix nasty bug Josh was seeing where cntl-c wasn't working when orterun hangs up
in finalize after the first cntl-c is sent.

If the signal delete function was called while the signal set was blocked (which
is really most of the time in OMPI), the signal handler would be set to default
and the event library sigset modified, but the signal would never be unblocked.
Now we unblock the signal after reseting the handler...

This commit was SVN r7623.
2005-10-04 19:01:13 +00:00
..
2005-07-03 23:09:55 +00:00
2005-07-03 23:09:55 +00:00
2005-08-30 21:26:24 +00:00
2005-07-02 13:43:20 +00:00
2005-07-02 13:43:20 +00:00
2005-09-18 12:32:33 +00:00
2005-07-03 23:09:55 +00:00
2005-07-03 23:09:55 +00:00
2005-07-03 23:09:55 +00:00
2005-07-03 23:31:27 +00:00