1
1
Open MPI main development repository (BSD license) https://github.com/open-mpi/ompi
Перейти к файлу
Jeff Squyres a0abf45372 Ensure to return the right status -- strip the exit status out of the
return code from waitpid().  For example, in some cases, when gcc
fails to compile the app for some reason, it returns an error status
of 1, which is a return code of 256.  If we return 256 from main(),
only the lower 8 bits are returned which results in a 0 return status
from the wrapper compiler (doh!).  So be sure that we properly strip
out the correct return status from the underlying compiler and return
only those 8 bits through main().

This commit was SVN r2175.
2004-08-17 03:02:01 +00:00
config ":" was a poor choice for a field delimeter for the version number 2004-08-09 22:37:17 +00:00
contrib/nightly Make the mail a little smaller 2004-08-02 11:27:19 +00:00
include fixes for Solaris 2004-08-15 23:54:30 +00:00
src Ensure to return the right status -- strip the exit status out of the 2004-08-17 03:02:01 +00:00
test add to the circular buffer unit test 2004-08-16 23:07:10 +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 fixes for Solaris 2004-08-15 23:55:10 +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 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.