1
1
openmpi/orte/mca/grpcomm/base
Ralph Castain e6ae088813 Cleanup error outputs when a daemon fails to start
This commit was SVN r28261.
2013-03-28 16:51:19 +00:00
..
base.h Update ORTE frameworks to use the MCA framework system. 2013-03-27 21:14:43 +00:00
grpcomm_base_frame.c Add missing static declaration 2013-03-27 21:59:17 +00:00
grpcomm_base_modex.c Restore the cpus-per-proc option for byslot and bynode mapping. Remove the bind_idx (which recorded the index of the hwloc object where the proc was bound) as this would no longer be unique, and just use the bitmap as the standard reference for location. Update the relative locality computation to take bitmaps as its argument. 2013-03-26 18:27:50 +00:00
grpcomm_base_receive.c Cleanup comm_spawn for the multi-node case where at least one new process isn't spawned on every node. Avoid the complexities of trying to execute a daemon collective across the dynamic spawn as it becomes too hard to ensure that all daemons participate or are accounted for - instead, use a less scalable but workable solution of sending the data directly between the participating procs. Ensure that singletons get their collectives properly defined at startup so the spawned "HNP" is ready for them. 2012-09-12 11:31:36 +00:00
grpcomm_base_rollup.c Improve launch performance on clusters that use dedicated nodes by instructing the orteds to use the same port as the HNP, thus allowing them to "rollup" their initial callback via the routed network. This substantially reduces the HNP bottleneck and the number of ports opened by the HNP. 2012-06-15 10:15:07 +00:00
grpcomm_base_select.c Update ORTE frameworks to use the MCA framework system. 2013-03-27 21:14:43 +00:00
grpcomm_base_xcast.c Cleanup error outputs when a daemon fails to start 2013-03-28 16:51:19 +00:00
Makefile.am Update ORTE frameworks to use the MCA framework system. 2013-03-27 21:14:43 +00:00