1
1
openmpi/ompi/tools
Jeff Squyres 90d6491737 Since ompi_info is no longer written in C++, we no longer require a
C++ compiler in configure.  If we have a C++ compiler, then the MPI
C++ bindings are built by default.  If we don't have a C++ compiler,
then the MPI C++ bindings are not built by default.

--enable-mpi-cxx will now force an error if there is no C++ compiler
available.  --disable-mpi-cxx (or the lack of a C++ compiler) will now
disable many of the C++ compiler checks in configure.

Note that there are a few items to clean up regarding the difference
between C's _Bool type and C++'s bool type.  Right now, we assume that
they are the same.  But they aren't, and they shouldn't be treated as
such.  This cleanup will be forced in MPI-2.2 with the introduction of
the MPI_C_BOOL MPI datatype.

This commit was SVN r21755.
2009-08-04 11:54:01 +00:00
..
ompi_info Since ompi_info is no longer written in C++, we no longer require a 2009-08-04 11:54:01 +00:00
ompi-probe - In case of OPAL_ENABLE_FT == 1, we need to 2009-04-29 06:57:49 +00:00
ompi-profiler ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
ompi-server Get rid of improper use of SET_SOURCE_FILES_PROPERTIES. When using the latest CMake (2.6 patch 4), we get many errors, which didn't show in previous version. 2009-05-07 17:41:05 +00:00
ortetools Update the Makefile for ortetools so the trunk can compile 2009-04-06 14:04:00 +00:00
wrappers Fix the wrapper compiler flags to get the right C++ exceptions flags 2008-10-28 14:26:47 +00:00
CMakeLists.txt Correctly set the compile flags of 'mpicc' for static version. 2009-04-22 13:17:25 +00:00
Makefile.am Add windows support files into the tarball, including .windows, CMakeLists.txt files, and CMake modules. Thanks to Jeff for testing it on Linux. 2009-04-24 16:39:33 +00:00
win_makefile Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00