1
1
Open MPI main development repository (BSD license) https://github.com/open-mpi/ompi
Перейти к файлу
Edgar Gabriel 2e43e4980e a couple of changes:
- because we had the scenario, that fragments for a communicator, which was not 
   not yet set up on all procs, arrived and caused problem, we introduced
   a comm_activate function call, which executes a kind of barrier (using
   the allreduce functions used for the comm_cid allocation).
   Setting up the coll-component has moved *after* this barrier, since 
   some coll-modules (e.g. the MagPIe component) might want to communicate
   using this communicator already (e.g. a comm_split).
-  adding a new file comm_dyn.c, which basically abstracts the required functionality
   for connect-accept, and therefore is the 'magic' code (from the MPI point of view)
   for all dynamically created communicators.

This commit was SVN r1900.
2004-08-05 16:31:30 +00:00
config * Add LLM (the rte resource allocator) framework 2004-08-05 14:01:45 +00:00
contrib/nightly Make the mail a little smaller 2004-08-02 11:27:19 +00:00
include Check for case where we *have* <stdbool.h>, but it doesn't *work* 2004-08-05 11:12:25 +00:00
src a couple of changes: 2004-08-05 16:31:30 +00:00
test * Add LLM (the rte resource allocator) framework 2004-08-05 14:01:45 +00:00
acinclude.m4 - massive change for module<-->component name fixes throughout the 2004-08-02 00:24:22 +00:00
autogen.sh - massive change for module<-->component name fixes throughout the 2004-08-02 00:24:22 +00:00
configure.ac * Add LLM (the rte resource allocator) framework 2004-08-05 14:01:45 +00:00
Doxyfile Not version 10.0 2004-06-11 20:09:02 +00:00
HACKING Added note about parallel builds 2004-08-04 22:25:47 +00:00
INSTALL Added note about parallel builds 2004-08-04 22:25:47 +00:00
Makefile.am Need to include "tests" tree in the distribution tarball since 2004-07-07 18:46:34 +00:00
mpi-up2date Although I understand Jeff's explanations about why/when autogen needs to be run, I prefer the lazy approach and offer this script as a way to avoid having to worry about the silly thing. 2004-05-14 22:11:08 +00:00
README some text updates -- ditch old/un-updated version numbers 2004-07-07 15:58:55 +00:00
VERSION svn=2 will now place the svn version number in the tarball 2004-07-06 23:03:33 +00:00

This is the world's greatest MPI.

...more to write here
should be a short file, referring to the real docs.