1
1
openmpi/ompi/mca/pml
George Bosilca 5fae72b9aa Add the MPI 2.2 MPI_Dist_graph functionality.
This patch reshape the way we deal with topologies completely. Where
our topologies were mainly storage components (they were not capable
of creating the new communicator), the new version is built around a
[possibly] common representation (in mca/topo/topo.h), but the functions
to attach and retrieve the topological information are specific to each
component. As a result the ompi_create_cart and ompi_create_graph functions
become useless and have been removed.

In addition to adding the internal infrastructure to manage the topology
information, it updates the MPI interface, and the debuggers support and
provides all Fortran interfaces.

This commit was SVN r28687.
2013-07-01 12:40:08 +00:00
..
base Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
bfo Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
cm Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
crcpw MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
example MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
ob1 Add the MPI 2.2 MPI_Dist_graph functionality. 2013-07-01 12:40:08 +00:00
v Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
configure.m4 Rather than setting up the direct call stuff in ompi_mca (which requires 2013-02-04 23:26:42 +00:00
Makefile.am Fix mistake that came in via the ompi-agen tree in r23764. The mistake wasn't part of the core autogen upgrade; it was an additional 'bonus' cleanup. Oops. The mistake will always create a set of directories under installdir, even if you do not --with-devel-headers. The set of directories will be empty, but still -- they should not be there at all. This commit fixes that -- the directories are not created at all if you do not --with-devel-headers 2010-09-24 22:53:28 +00:00
pml.h Implementation of the MPI-3 Matched Probe functionality. Currently only 2012-02-06 17:35:21 +00:00