1
1
openmpi/ompi/tools/ompi_info
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
..
CMakeLists.txt 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
components.c As some of our components do not play nicely with the open/close functionality 2009-08-03 16:44:12 +00:00
help-ompi_info.txt Make ompi_info behave a bit better if STL decides not to play with 0 2009-05-28 16:15:06 +00:00
Makefile.am Re-implement ompi_info in C, replacing the prior C++ code. This removes the last C++ code from the OMPI code base, thus relieving the requirement for C++ support unless the user requests the C++ bindings. 2009-06-30 21:41:28 +00:00
ompi_info.1in Putback for all changes to automate man page updates to strings of 2008-08-01 21:14:37 +00:00
ompi_info.c Re-implement ompi_info in C, replacing the prior C++ code. This removes the last C++ code from the OMPI code base, thus relieving the requirement for C++ support unless the user requests the C++ bindings. 2009-06-30 21:41:28 +00:00
ompi_info.h Cleanup a define to separate it from the info.h file 2009-06-30 22:56:25 +00:00
output.c Re-implement ompi_info in C, replacing the prior C++ code. This removes the last C++ code from the OMPI code base, thus relieving the requirement for C++ support unless the user requests the C++ bindings. 2009-06-30 21:41:28 +00:00
param.c Since ompi_info is no longer written in C++, we no longer require a 2009-08-04 11:54:01 +00:00
version.c Add missing include file so that Absoft compile tests will pass 2009-07-01 13:19:06 +00:00