1
1
openmpi/opal/mca/base
Ralph Castain 552c9ca5a0 George did the work and deserves all the credit for it. Ralph did the merge, and deserves whatever blame results from errors in it :-)
WHAT:    Open our low-level communication infrastructure by moving all necessary components (btl/rcache/allocator/mpool) down in OPAL

All the components required for inter-process communications are currently deeply integrated in the OMPI layer. Several groups/institutions have express interest in having a more generic communication infrastructure, without all the OMPI layer dependencies.  This communication layer should be made available at a different software level, available to all layers in the Open MPI software stack. As an example, our ORTE layer could replace the current OOB and instead use the BTL directly, gaining access to more reactive network interfaces than TCP.  Similarly, external software libraries could take advantage of our highly optimized AM (active message) communication layer for their own purpose.  UTK with support from Sandia, developped a version of Open MPI where the entire communication infrastucture has been moved down to OPAL (btl/rcache/allocator/mpool). Most of the moved components have been updated to match the new schema, with few exceptions (mainly BTLs where I have no way of compiling/testing them). Thus, the completion of this RFC is tied to being able to completing this move for all BTLs. For this we need help from the rest of the Open MPI community, especially those supporting some of the BTLs.  A non-exhaustive list of BTLs that qualify here is: mx, portals4, scif, udapl, ugni, usnic.

This commit was SVN r32317.
2014-07-26 00:47:28 +00:00
..
base.h George did the work and deserves all the credit for it. Ralph did the merge, and deserves whatever blame results from errors in it :-) 2014-07-26 00:47:28 +00:00
help-mca-base.txt mca base: Remove unused help message. 2014-04-07 15:42:07 +00:00
help-mca-var.txt opal mca: externalize delimiter for base_env_list mca parameters 2014-07-09 18:55:49 +00:00
Makefile.am Use the correct abstraction layer name for the data dirs 2014-05-08 14:32:24 +00:00
mca_base_close.c Picky, picky, picky...the a-retentive amongst us wants the default value to show in ompi_info! Of all the nerve... 2009-12-08 17:32:22 +00:00
mca_base_cmd_line.c MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
mca_base_component_compare.c 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
mca_base_component_find.c George did the work and deserves all the credit for it. Ralph did the merge, and deserves whatever blame results from errors in it :-) 2014-07-26 00:47:28 +00:00
mca_base_component_repository.c MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
mca_base_component_repository.h - Replace combinations of 2009-08-20 11:42:18 +00:00
mca_base_components_close.c MCA/base: add a function to unload a component without closing it for components that have been registered but not opened 2013-08-09 20:16:08 +00:00
mca_base_components_open.c re-introduce distill_checkpoint_ready 2014-03-04 16:14:46 +00:00
mca_base_components_register.c MCA/base: add a function to unload a component without closing it for components that have been registered but not opened 2013-08-09 20:16:08 +00:00
mca_base_components_select.c Try to impose a little bit of consistency on how we parse lists of 2013-12-21 23:23:33 +00:00
mca_base_framework.c MCA/base: add a function to unload a component without closing it for components that have been registered but not opened 2013-08-09 20:16:08 +00:00
mca_base_framework.h Introduce the MCA framework system. This formalizes the interface frameworks must provide. 2013-03-27 21:10:18 +00:00
mca_base_list.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
mca_base_open.c George did the work and deserves all the credit for it. Ralph did the merge, and deserves whatever blame results from errors in it :-) 2014-07-26 00:47:28 +00:00
mca_base_parse_paramfile.c MCA/base: When encounter a duplicate file value don't free the filename. 2013-09-21 18:53:36 +00:00
mca_base_pvar.c George did the work and deserves all the credit for it. Ralph did the merge, and deserves whatever blame results from errors in it :-) 2014-07-26 00:47:28 +00:00
mca_base_pvar.h George did the work and deserves all the credit for it. Ralph did the merge, and deserves whatever blame results from errors in it :-) 2014-07-26 00:47:28 +00:00
mca_base_var_enum.c Fix segmentation fault in handling of boolean variables in mca_base_var_set_value. 2014-03-17 14:58:30 +00:00
mca_base_var_enum.h MCA/base: document that is is valid for the string_value parameter to 2014-03-17 18:52:54 +00:00
mca_base_var_group.c Cleanup unitialized var warnings 2013-08-16 21:49:17 +00:00
mca_base_var_group.h MCA: Per-RFC, add support for performance variables 2013-07-16 16:02:13 +00:00
mca_base_var.c Silence warning about set-but-unused var 2014-07-09 22:37:05 +00:00
mca_base_var.h Opal: Add a new MCA variable type "version_string". Also add a 2014-07-09 01:37:23 +00:00
mca_base_vari.h MCA/base: variable system updates 2013-07-25 15:42:01 +00:00