1
1
openmpi/orte/mca
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
..
dfs Remove a bunch of dead code: gcc 4.7 warns of set-but-unused 2013-05-17 21:45:49 +00:00
errmgr Remove a bunch of dead code: gcc 4.7 warns of set-but-unused 2013-05-17 21:45:49 +00:00
ess 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
filem Properly remove the object from the list prior to releasing it when an error is encountered 2013-04-23 22:44:52 +00:00
grpcomm Fix two typos that prevented alps direct launch from working 2013-06-13 17:04:08 +00:00
iof Add the ability to use an external version of libevent. Clearly not recommended at this time. I've verified that it works in limited scenarios, but more thorough testing and performance impacts need to be assessed. 2013-04-29 17:02:37 +00:00
odls Remove a bunch of dead code: gcc 4.7 warns of set-but-unused 2013-05-17 21:45:49 +00:00
oob Remove a bunch of dead code: gcc 4.7 warns of set-but-unused 2013-05-17 21:45:49 +00:00
plm Fix two debugger attach bugs. 2013-06-20 16:18:05 +00:00
ras Remove a bunch of dead code: gcc 4.7 warns of set-but-unused 2013-05-17 21:45:49 +00:00
rmaps Fix uninitialized var 2013-06-18 22:41:47 +00:00
rml Remove a bunch of dead code: gcc 4.7 warns of set-but-unused 2013-05-17 21:45:49 +00:00
routed 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
sensor Update ORTE frameworks to use the MCA framework system. 2013-03-27 21:14:43 +00:00
snapc Remove a bunch of dead code: gcc 4.7 warns of set-but-unused 2013-05-17 21:45:49 +00:00
sstore Correctly register the component MCA parameters. 2013-06-15 16:05:09 +00:00
state Fix two debugger attach bugs. 2013-06-20 16:18:05 +00:00