1
1
openmpi/orte/mca/oob/base
2014-06-09 17:46:22 +00:00
..
base.h Deal with the corner case where we encounter an error when attempting to launch a daemon. In this case, we will order abnormal termination before daemons callback to us, and thus any attempt to send them a "die" message will fail. Ensure that mpirun at least exits cleanly in this scenario, thereby allowing the remote daemons that did get launched to commit suicide when comm fails. 2014-03-14 15:32:30 +00:00
help-oob-base.txt Provide better messages when we don't find any included interfaces, and/or don't find any interfaces for use by OOB. 2014-02-11 19:29:03 +00:00
Makefile.am Use the correct abstraction layer name for the data dirs 2014-05-08 14:32:24 +00:00
oob_base_frame.c The TCP component will have set the hash table entry to NULL, but that doesn't remove the key. So the hash_table retrieval function will return success, but with a NULL pointer - protect against that scenario 2014-06-09 17:46:22 +00:00
oob_base_select.c Fix bugs in the oob base - ensure we get the components in high-to-low priority, and that we correctly track reachability via all components. Adjust the priority of the tcp component to leave headroom for others 2014-02-16 03:19:08 +00:00
oob_base_stubs.c orte: fix several small memory leaks 2014-05-15 15:06:27 +00:00