1
1
Open MPI main development repository (BSD license) https://github.com/open-mpi/ompi
Перейти к файлу
Ralph Castain 57ceb5225e Workaround the mca_oob_ping problem by doing rapid multiple checks - works just fine.
We now have the ability to generate and join a persistent universe. You can create one in two ways:

(a) issue the "openmpi" command. This will fork/exec a seed daemon on your local host. You can specify a universe name or else it will just use the default.

(b) issue the "ompid -seed" command. Starts the seed up directly. Takes all the same options as openmpi.

I will be adjusting mpirun2 and mpi_init to allow connection to existing persistent universes, but they don't do it right now. The ompiconsole program simply issues an exit command to the persistent universe, so you can use it to shut the universe down if you like (or a kill -9  - works too).

This commit was SVN r2629.
2004-09-13 14:14:00 +00:00
config A break from writing: fix the bug that Brian hacked around for me. 2004-09-11 19:13:43 +00:00
contrib Make the error message say "FAILURE" (instead of "ERROR") to match 2004-09-08 18:58:13 +00:00
etc - New capability for MCA parameters to be read from files. Order of 2004-08-31 09:49:56 +00:00
include Fix a bad MPI function prototype 2004-09-07 21:38:46 +00:00
src Workaround the mca_oob_ping problem by doing rapid multiple checks - works just fine. 2004-09-13 14:14:00 +00:00
test No need for DIST_SUBDIRS anymore 2004-09-11 06:05:13 +00:00
acinclude.m4 While waiting for a lengthy compile, I noticed a bunch of old remnants 2004-08-06 14:30:18 +00:00
autogen.sh - Due to limitations in AC_DEFINE (namely that you can't direct a 2004-08-10 04:10:08 +00:00
configure.ac A break from writing: fix the bug that Brian hacked around for me. 2004-09-11 19:13:43 +00:00
Doxyfile Not version 10.0 2004-06-11 20:09:02 +00:00
HACKING While waiting for a lengthy compile, I noticed a bunch of old remnants 2004-08-06 14:30:18 +00:00
INSTALL Added note about parallel builds 2004-08-04 22:25:47 +00:00
Makefile.am Ensure to traverse into the etc tree 2004-08-30 18:43:25 +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.