1
1
openmpi/orte/mca/state
Nathan Hjelm 299d5b3dd7 Fix two debugger attach bugs.
- orte_debugger_init_after_spawn was not being called for debuggers that
   use the MPIR_attach_fifo to co-locate debugger daemons.
 - MPIR_Breakpoint was not getting called if a debugger reattached. Add
   a job state (ORTE_JOB_STATE_DEBUGGER_DETACH) to reset mpir_breakpoint_fired
   to false when a debugger detaches to ensure MPIR_Breakpoint is called if
   another debugger attaches. Tested with STAT 2.0/launchmon 1.0.

cmr:v1.7

This commit was SVN r28665.
2013-06-20 16:18:05 +00:00
..
app First cut at removing the native Windows support. Remove all the Windows-specific components, and the .windows files sprinkled around. Remove the Windows platform files and MTT scripts. Update the NEWS to point Windows users to the cygwin package. 2013-02-26 20:44:56 +00:00
base Fix two debugger attach bugs. 2013-06-20 16:18:05 +00:00
hnp Update ORTE frameworks to use the MCA framework system. 2013-03-27 21:14:43 +00:00
novm Update ORTE frameworks to use the MCA framework system. 2013-03-27 21:14:43 +00:00
orted Ensure that debugger connect can occur by getting the rml contact info updated before calling init_after_spawn 2013-05-06 22:00:45 +00:00
staged_hnp Update ORTE frameworks to use the MCA framework system. 2013-03-27 21:14:43 +00:00
staged_orted Update ORTE frameworks to use the MCA framework system. 2013-03-27 21:14:43 +00:00
Makefile.am Sorry for mid-day commit, but I had promised on the call to do this upon my return. 2012-04-06 14:23:13 +00:00
state_types.h Sorry for mid-day commit, but I had promised on the call to do this upon my return. 2012-04-06 14:23:13 +00:00
state.h Do a little cleanup on abnormal termination procedure - don't keep submitting forced exit events (one will do), no need to reset the abnormal termination pipe event in orterun, etc. 2013-05-05 17:39:45 +00:00