1
1
openmpi/orte/mca/plm
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
..
alps Update ORTE frameworks to use the MCA framework system. 2013-03-27 21:14:43 +00:00
base 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
lsf Update ORTE frameworks to use the MCA framework system. 2013-03-27 21:14:43 +00:00
rsh Fix the parameter handling so no-tree-spawn isn't getting reversed 2013-04-07 15:48:25 +00:00
slurm After examining a '''lot''' of MTT output with Ralph, fix the cause of 2013-05-02 00:23:53 +00:00
tm Update ORTE frameworks to use the MCA framework system. 2013-03-27 21:14:43 +00:00
Makefile.am Fix mistake that came in via the ompi-agen tree in r23764. The mistake wasn't part of the core autogen upgrade; it was an additional 'bonus' cleanup. Oops. The mistake will always create a set of directories under installdir, even if you do not --with-devel-headers. The set of directories will be empty, but still -- they should not be there at all. This commit fixes that -- the directories are not created at all if you do not --with-devel-headers 2010-09-24 22:53:28 +00:00
plm_types.h Fix two debugger attach bugs. 2013-06-20 16:18:05 +00:00
plm.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