1
1
openmpi/orte/mca/odls/base
Ralph Castain 18c7aaff08 Update the grpcomm framework to be more thread-friendly.
Modify the orte configure options to specify --enable-multicast such that it directs components to build or not instead of littering the code base with #if's. Remove those #if's where they used to occur.

Add a new grpcomm "mcast" module to support multicast operations. Still some work required to properly perform daemon collectives for comm_spawn operations. New module only builds when --enable-multicast is provided, and when specifically selected.

This commit was SVN r22709.
2010-02-25 01:11:29 +00:00
..
base.h Move the daemon collectives out of the ODLS and into the GRPCOMM framework. This removes the inherent assumption that the OOB topology is a tree, thus allowing different grpcomm/routed combinations to implement collectives appropriate to their topology. 2009-01-27 19:13:56 +00:00
help-orte-odls-base.txt Add a '!' option to the xterm iof option to invoke the -hold feature of xterm. 2009-02-02 15:06:23 +00:00
Makefile.am Complete implementation of the --without-rte-support configure option. Working with Brian, this has been tested on RedStorm. 2008-06-18 03:15:56 +00:00
odls_base_close.c Fix a race condition in the IOF and add some new user-requested features: 2009-01-30 22:47:30 +00:00
odls_base_default_fns.c Update the grpcomm framework to be more thread-friendly. 2010-02-25 01:11:29 +00:00
odls_base_open.c Update the grpcomm framework to be more thread-friendly. 2010-02-25 01:11:29 +00:00
odls_base_select.c Fix some Coverity 'Event set_but_not_used' highlights. 2008-06-06 14:38:41 +00:00
odls_base_state.c The system headers are supposed to be protected by #ifdef and not by #if. 2009-07-16 18:27:33 +00:00
odls_private.h Instead of an odls-base mca param, make report_bindings a global param so that we can (a) detect it was set in the plm, and then (b) ensure it gets passed along to remote orteds so they will comply with the request. 2009-09-28 03:17:15 +00:00