1
1
openmpi/ompi
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
..
attribute The system headers are supposed to be protected by #ifdef and not by #if. 2009-07-16 18:27:33 +00:00
class - Replace combinations of 2009-08-20 11:42:18 +00:00
communicator so here is what happens: 2009-09-17 14:37:02 +00:00
config 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
contrib Add a new contrib area for "libtrace" - a debugger library that outputs the name of the called MPI function plus the value of all its arguments before passing them along to the corresonding PMPI call. 2009-08-20 04:36:20 +00:00
datatype Add a comment. 2009-09-28 17:28:01 +00:00
debuggers MPIR_Breakpoint should be externally visible in order to allow the 2009-09-30 04:07:55 +00:00
errhandler - As discussed revert r21330, Fortran-configure info should 2009-06-01 19:02:34 +00:00
etc Many thanks to Ralf W. for finding a subtle bug in these Makefile.am's 2008-06-04 01:28:03 +00:00
file - As discussed revert r21330, Fortran-configure info should 2009-06-01 19:02:34 +00:00
group Fun typo. :-) 2009-08-20 21:23:54 +00:00
include Refs trac:2032. Add comment explaining why we have MPI_LOGICALx datatypes 2009-09-28 15:45:57 +00:00
info - As discussed revert r21330, Fortran-configure info should 2009-06-01 19:02:34 +00:00
mca If the user asked for dynamic rules but "forget" to provide them, nicely 2009-10-19 17:58:47 +00:00
mpi Add missing semicolons. Wow. 2009-10-08 19:50:19 +00:00
mpiext Per RFC: MPI Interface Extensions Infrastructure 2009-05-26 20:49:35 +00:00
op Replace jumps with returns. 2009-08-20 02:29:30 +00:00
peruse ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
proc Create two new modex functions for send/recv of specific OPAL data types - basically, ensure that the values are packed and unpacked appropriately. Provides a convenience function as otherwise anyone wanting to send a value had to do this themselves. 2009-07-15 04:54:53 +00:00
request - Replace combinations of 2009-08-20 11:42:18 +00:00
runtime - Replace combinations of 2009-08-20 11:42:18 +00:00
tools 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
win - Replace combinations of 2009-08-20 11:42:18 +00:00
CMakeLists.txt Complete the support for building on UNC path. 2009-08-27 07:57:26 +00:00
Makefile.am Start using Libtool's shared library versioning scheme. See lengthy 2009-07-23 21:35:17 +00:00