1
1
openmpi/contrib
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
..
amca-param-sets Simplification of the ErrMgr framework by removing the 'stack'/composite functionality. 2010-08-19 13:09:20 +00:00
annual-maintenance Help for when we convert the repo over to git. 2014-07-23 16:01:44 +00:00
build-mca-comps-outside-of-tree BUILD: support new automake 2014-07-12 12:38:15 +00:00
completion zsh/completion: declare ret as a local variable and call the catch-all 2014-04-08 20:29:36 +00:00
dist BUILD RPM: revert dist token in Release tag, reset dist to nil when building src.rpm 2014-07-12 12:29:30 +00:00
git Ensure we don't include the globals twice at the beginning of the file in non-svn environments as the .<foo>ignore_global file already contains them. Remove the extra check for svn repo in the hgignore script. 2014-04-27 14:20:18 +00:00
hg Ensure we don't include the globals twice at the beginning of the file in non-svn environments as the .<foo>ignore_global file already contains them. Remove the extra check for svn repo in the hgignore script. 2014-04-27 14:20:18 +00:00
infrastructure Add script that re-generates .gitignore_global and .hgignore_global. 2014-04-15 22:31:45 +00:00
nightly A few minor updates and two bug fixes: 2014-04-29 18:25:46 +00:00
platform BUILD: update platform file with debug caps 2014-06-28 18:55:31 +00:00
scaling Use preconnect as a better test of startup scaling than barrier 2012-06-01 02:35:15 +00:00
spread Reorganize the rmcast code to capture common code elements. Increase max msg size for spread and udp transports. Cleanup the spread configuration doc. 2010-05-25 22:36:57 +00:00
authors-to-cvsimport.pl add authors-to-cvsimport.pl script 2013-07-17 21:21:15 +00:00
check_unnecessary_headers.sh Turns out that there was exactly ONE place in all of the OMPI code base that still referred to OPAL_TRACE, though a few places retained the include file for no reason. So no point in letting this sit as it is clearly an unused "feature". 2013-07-14 18:57:20 +00:00
check-btl-sm-diffs.pl Update to reflect changes. Matches 1.7 branch now. 2013-11-07 18:46:00 +00:00
check-help-strings.pl Make this script be executable 2014-04-09 13:47:45 +00:00
check-ob1-pml-diffs.pl Some utilities for tracking difference between ob1 and other PMLs. 2010-11-30 14:51:01 +00:00
check-ob1-revision.pl update revision in check script 2012-03-15 10:29:22 +00:00
code_counter.pl Just because someone asked me how many LOC were in OMPI recently. :-) 2007-01-30 19:27:58 +00:00
find_occurence.pl Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
find_offenders.pl Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
fix_headers.pl Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
fix_indent.pl Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
gen_stats.pl - to get coverage analysis with gcc-4, detect the .gcda files, too 2007-01-17 14:21:23 +00:00
generate_file_list.pl Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
header_replacement.sh - Minor update used for the last commit 2009-03-04 15:37:50 +00:00
headers.txt this is the big windows commit. there are more things which have gone into this than i can remember. but basically, we are looking for 2004-10-22 16:06:05 +00:00
Makefile.am Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
ompi_branch_check_revisions-v1.5.txt - Script to check for revisions in trunk, not yet in branch. 2010-03-12 21:21:37 +00:00
ompi_branch_check_revisions.pl - Convert shell script to perl ;-) Only (XML) svn log, instead of 2010-03-31 03:00:58 +00:00
ompi_cplusplus.sed - Replace combinations of 2009-08-20 11:42:18 +00:00
ompi_cplusplus.sh - Replace combinations of 2009-08-20 11:42:18 +00:00
ompi_cplusplus.txt Remove the last vestiges of mpi_portable_platform.h.in 2010-03-05 21:21:03 +00:00
openmpi-valgrind.supp Update the suppression rules for valgrind to hide the uninitialized byte 2010-07-21 17:30:13 +00:00
search_compare.pl 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
search_replace.pl Don't replace stuff in the autom4te.cache directory 2014-05-06 18:01:51 +00:00
submit_test.pl Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
test_headers_in_ompi.pl Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
uncrustify_open_mpi.cfg - Add the uncrustify source code beautification for Open MPI. 2009-09-29 16:10:01 +00:00
update-my-copyright.pl build: add Automake-like silent/verbose macros for "ln -s ..." operations 2014-03-28 18:24:32 +00:00