1
1
openmpi/test
Brian Barrett 0964152893 clean up the OMPI_BUILDING #define. Rather than being defined to 1 if
we are part of the source tree and not defined otherwise, we are going
with an always defined if ompi_config.h is included policy.  If
ompi_config.h is included before mpi.h or before OMPI_BUILDING is set,
it will set OMPI_BUILDING to 1 and enable all the internal code that
is in ompi_config_bottom.h.  Otherwise, it will only include the
system configuration data (enough for defining the C and C++ interfaces
to MPI, but not perturbing the user environment).

This should fix the problems with bool and the like that the Eclipse
folks were seeing.  It also cleans up some build system hacks that
we had along the way.

Also, don't use int64_t as the default size of MPI_Offset, because it
requires us including stdint.h in mpi.h, which is something we really
shouldn't be doing.

And finally, fix a ROMIO Makefile that didn't set -DOMPI_BUILDING=1,
as ROMIO includes mpi.h, but not ompi_config.h

This commit was SVN r5430.
2005-04-19 03:51:20 +00:00
..
asm clean up the OMPI_BUILDING #define. Rather than being defined to 1 if 2005-04-19 03:51:20 +00:00
class Fix the problem with the nightly unit tests -- do *not* override 2005-04-15 13:32:18 +00:00
dps Fix the problem with the nightly unit tests -- do *not* override 2005-04-15 13:32:18 +00:00
mca Add a whole bunch of missing <util/output.h> files 2005-04-16 14:14:51 +00:00
mpi Fix the problem with the nightly unit tests -- do *not* override 2005-04-15 13:32:18 +00:00
runtime Fix a couple of minor bugs that were preventing the session directory system from completely cleaning up. Unit test now shows that it will cleanup all session directory levels IF no files are present. 2005-04-07 19:19:48 +00:00
support Fix the problem with the nightly unit tests -- do *not* override 2005-04-15 13:32:18 +00:00
threads Fix the problem with the nightly unit tests -- do *not* override 2005-04-15 13:32:18 +00:00
util Fix the problem with the nightly unit tests -- do *not* override 2005-04-15 13:32:18 +00:00
Makefile.am Add UC copyright 2005-03-24 12:43:37 +00:00
Unit-Test-Status.pdf Update the unit test matrix 2005-03-30 14:16:02 +00:00
Unit-Test-Status.xls Update the unit test matrix 2005-03-30 14:16:02 +00:00