1
1
openmpi/ompi/tools/wrappers
Ralph Castain 214e26b539 Per Jeff (this work was done on a branch of mine, so I will do the commit):
Re-enable "./autogen.sh -no-ompi" again. If you -no-ompi, the entire OMPI
configury is skipped and the entire ompi/ subtree is not built. There's
some simple m4-isms that prune out the relevant parts.

I added ompi/config/, orte/config/, and opal/config/ directories. I moved a
bunch of m4 files from the top-level config/ dir into ompi/config/, and a few
into orte/config/.

Note that all 3 <project>/config directories have a config_files.m4 file. This
file contains the AC_CONFIG_FILES list for that project. The AC_CONFIG_FILES
call cannot be in an AC_DEFUN macro and conditionally called -- if it is
included at all, Autoconf will process it. Hence, these config_files.m4 files
don't AC_DEFUN -- they just have AC_CONFIG_FILES. m4_ifdef() is used to
conditionally include the files or not.

I moved a bunch of obvious OMPI-only m4 files from config/ to ompi/config/,
but I'm sure that there's more that could go. A ticket will be filed with
thoughts on future work in this area.

This commit was SVN r22113.
2009-10-20 23:44:20 +00:00
..
Makefile.am Some more work on the man pages: 2008-08-07 19:20:40 +00:00
mpic++-wrapper-data.txt.in Bring over Brian's installdirs fixes from this afternoon (r14445). 2007-04-21 00:16:31 +00:00
mpicc-wrapper-data.txt.in Bring over Brian's installdirs fixes from this afternoon (r14445). 2007-04-21 00:16:31 +00:00
mpif77-wrapper-data.txt.in Bring over Brian's installdirs fixes from this afternoon (r14445). 2007-04-21 00:16:31 +00:00
mpif90-wrapper-data.txt.in Fix the wrapper compiler flags to get the right C++ exceptions flags 2008-10-28 14:26:47 +00:00
ompi_wrapper_script.in Per Jeff (this work was done on a branch of mine, so I will do the commit): 2009-10-20 23:44:20 +00:00