1
1
openmpi/ompi/mca/mtl/mxm
Ralph Castain 0dfe29b1a6 Roll in the rest of the modex change. Eliminate all non-modex API access of RTE info from the MPI layer - in some cases, the info was already present (either in the ompi_proc_t or in the orte_process_info struct) and no call was necessary. This removes all calls to orte_ess from the MPI layer. Calls to orte_grpcomm remain required.
Update all the orte ess components to remove their associated APIs for retrieving proc data. Update the grpcomm API to reflect transfer of set/get modex info to the db framework.

Note that this doesn't recreate the old GPR. This is strictly a local db storage that may (at some point) obtain any missing data from the local daemon as part of an async methodology. The framework allows us to experiment with such methods without perturbing the default one.

This commit was SVN r26678.
2012-06-27 14:53:55 +00:00
..
configure.m4 initial implementation of MXM MTL layer 2011-07-26 04:36:21 +00:00
help-mtl-mxm.txt fix help message 2011-10-25 14:02:43 +00:00
Makefile.am initial implementation of MXM MTL layer 2011-07-26 04:36:21 +00:00
mtl_mxm_cancel.c mtl_mxm: support canceling messages 2012-04-09 16:02:05 +00:00
mtl_mxm_component.c Backout the ORCA commit. :( 2012-06-27 01:28:28 +00:00
mtl_mxm_debug.h initial implementation of MXM MTL layer 2011-07-26 04:36:21 +00:00
mtl_mxm_endpoint.c initial implementation of MXM MTL layer 2011-07-26 04:36:21 +00:00
mtl_mxm_endpoint.h remove unused includes 2011-08-03 07:07:29 +00:00
mtl_mxm_probe.c mtl_mxm: support canceling messages 2012-04-09 16:02:05 +00:00
mtl_mxm_recv.c Backout the ORCA commit. :( 2012-06-27 01:28:28 +00:00
mtl_mxm_request.h better mxm selection mechanism, some refactoring 2011-08-07 12:06:49 +00:00
mtl_mxm_send.c Backout the ORCA commit. :( 2012-06-27 01:28:28 +00:00
mtl_mxm_types.h Added MXM parameter "np" that controls the minimal number of processes that allow MXM to run 2012-06-02 11:07:20 +00:00
mtl_mxm.c Roll in the rest of the modex change. Eliminate all non-modex API access of RTE info from the MPI layer - in some cases, the info was already present (either in the ompi_proc_t or in the orte_process_info struct) and no call was necessary. This removes all calls to orte_ess from the MPI layer. Calls to orte_grpcomm remain required. 2012-06-27 14:53:55 +00:00
mtl_mxm.h Checking for NULL function pointers and direct-call semantics can't work 2012-03-26 19:27:03 +00:00