1
1
openmpi/test
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
..
asm This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
carto Fix visibility issues with opal_graph functions. 2009-06-09 15:02:57 +00:00
class Fix bitmap test so make tarball can succeed 2009-03-04 12:26:45 +00:00
datatype - Hmm, make check ran, but make distcheck did not know about opal_ddt_lib.c. 2009-07-14 14:45:55 +00:00
dss Replace missing headers 2009-05-01 15:09:10 +00:00
event Rename liborte to libopen-rte and libopal to libopen-pal per telecon today 2006-12-05 18:27:24 +00:00
memchecker merging the memchecker into trunk. 2008-02-12 08:46:27 +00:00
mpi 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
peruse Re-enable "make dist", at least until #1232 is fixed. 2008-03-09 21:36:10 +00:00
predefined - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
runtime This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
support - Replace combinations of 2009-08-20 11:42:18 +00:00
threads This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
util ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
CMakeLists.txt - 1/4 commit for Windows Visual Studio and CCP support: 2008-12-10 20:59:20 +00:00
Makefile.am 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