1
1
Open MPI main development repository (BSD license) https://github.com/open-mpi/ompi
Перейти к файлу
Ralph Castain c6cbe33d50 Some of these didn't really change - I was just in/out of them for diagnostics while chasing a bug. Got caught by my good buddy Tim again :) on his parse_contact_info function, which requires that the space for the answer be allocated in advance. Sigh. Anyway, mpirun2 now works again. My apologies if you tried it in the last few hours and found it didn't.
Also removed the mpirun3 directory since we are basically dragging mpirun2 along with us - no need to create a new version after all.

Made a few changes to the universe info structure, eliminating the "webserver" and "socket" fields since we will do those contacts through the oob channel. Also changed the "silent_mode" field to "console" since silent mode is the default - the flag needs to tell you to turn the console on, not off.

Parse environ function now gets the ns and gpr replica contact info and loads it in the proper places to hand it off to the respective components, thus allowing me to check connection to them as part of determining if the named universe already exists. Changed the local_universe_exists function accordingly and gave it a new name (since the replicas may not be local). This name will shortly be changed to "ompi_rte_join_universe" as I complete the logic for doing that function.

Please let me know if you see any problems. I successfully ran some trivial multi-process functions in both mpirun2 and singleton modes, and ran the seed daemon as well, so I think it should all be okay.

This commit was SVN r2611.
2004-09-11 12:56:52 +00:00
config Simplify / clarify some of the logic for configure options; make 2004-08-28 10:38:40 +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 Some of these didn't really change - I was just in/out of them for diagnostics while chasing a bug. Got caught by my good buddy Tim again :) on his parse_contact_info function, which requires that the space for the answer be allocated in advance. Sigh. Anyway, mpirun2 now works again. My apologies if you tried it in the last few hours and found it didn't. 2004-09-11 12:56:52 +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 Add src/tools/console/Makefile to configure.ac since it was just added 2004-09-11 06:39:18 +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.