1
1
openmpi/orte/mca/ess/base
2014-01-29 16:56:54 +00:00
..
base.h Fix an issue regarding use of PMI when running processes and tools that don't need or want to use it. We build PMI support based on configuration settings and library availability. 2013-10-02 19:03:46 +00:00
ess_base_fns.c One last corner case - when encountering an overload condition (e.g., by comm_spawning more procs than we have cores) and we are using the default binding policy, do *not* bind the new procs to anything as this can cause major problems. Instead, let the spawn succeed since the user didn't specifically ask to be bound, and leave the new procs as unbound. 2014-01-09 22:39:34 +00:00
ess_base_frame.c Update ORTE frameworks to use the MCA framework system. 2013-03-27 21:14:43 +00:00
ess_base_get.c MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
ess_base_put.c MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
ess_base_select.c As per the RFC, bring in the ORTE async progress code and the rewrite of OOB: 2013-08-22 16:37:40 +00:00
ess_base_std_app.c Fix suicide operation when MPI app loses connection to its local daemon. In that scenario, we correctly callback up to the MPI layer notifying it of the lost connection. However, when the MPI layer calls back down to tell the RTE to abort, it is passing back a flag indicating we should report that error to our local daemon - which is dead. This leads to an infinite loop. Break it by using checking the flag indicating an abnormal term was ordered by the RTE and thus don't attempt to send the message. 2014-01-29 16:56:54 +00:00
ess_base_std_orted.c Revert r30327 - turns out it isn't quite right just yet. :-( 2014-01-18 23:38:39 +00:00
ess_base_std_prolog.c MPI procs should definitely not be trapping SIGCHLD - only ORTE tools need to do so 2012-08-28 21:39:06 +00:00
ess_base_std_tool.c orte_snapc_base_select() wants to know if it is an application 2014-01-24 17:14:41 +00:00
help-ess-base.txt Merge the ORTE devel branch into the main trunk. Details of what this means will be circulated separately. 2008-02-28 01:57:57 +00:00
Makefile.am Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00