1
1
openmpi/config
Brian Barrett 1302cb4072 The next in a long line of crazed build system changes from Brian. This was
originally suggested by Ralf Wildenhues, to try to speed autogen, configure,
and make (and possibly even make install).  Use automake's include directive
to drastically reduce the number of Makefile files (although the number of
Makefile.am files is the same - most are just included in a top-level
Makefile.am).  Also use an Automake SUBDIRs feature to eliminate the
dynamic-mca tree, which was no longer really needed.  This makes adding
a framework easier (since you don't have to remember the dynamic-mca
tree) and makes building faster (as make doesn't have to recurse through
the dynamic-mca tree)

This commit was SVN r7777.
2005-10-17 00:21:10 +00:00
..
c_get_alignment.m4 * Rewrite ompi_mca.m4 to use m4_defined lists of projects (ompi, orte, etc.), 2005-07-09 18:52:53 +00:00
c_weak_symbols.m4 * It seems that some versions of the Intel compiler don't properly handle 2005-09-14 01:40:25 +00:00
cxx_find_exception_flags.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
cxx_find_template_parameters.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
cxx_find_template_repository.m4 * bunch of changes to make better use of config cache. Almost everything in the 2005-09-16 02:49:31 +00:00
cxx_have_exceptions.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
distscript.csh make dist would create the VERSION file with incorrect timestamps if running in 2005-10-02 21:14:50 +00:00
f77_check_type.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
f77_check.m4 Bunches of fixes for Fortran support: 2005-05-19 23:56:02 +00:00
f77_find_ext_symbol_convention.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
f77_get_alignment.m4 Patch for systems with broken Fortran compilers (e.g., OS X Tiger 2005-06-01 10:53:44 +00:00
f77_get_fortran_handle_max.m4 Fixes for INTEGER and int max values; original problem report from 2005-10-12 16:08:17 +00:00
f77_get_sizeof.m4 Patch for systems with broken Fortran compilers (e.g., OS X Tiger 2005-06-01 10:53:44 +00:00
f77_purge_unsupported_kind.m4 If the F77 datatype (like INTEGER*1) is supposed to be available, check 2005-05-04 18:37:32 +00:00
f90_check_type.m4 Changes from Craig Rasmussen: 2005-06-20 18:19:23 +00:00
f90_find_module_include_flag.m4 Bunches of fixes for the f90 bindings 2005-08-24 02:11:02 +00:00
f90_get_alignment.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
f90_get_int_kind.m4 Initial version. 2005-07-26 17:21:31 +00:00
f90_get_precision.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
f90_get_range.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
f90_get_sizeof.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
Makefile.am The next in a long line of crazed build system changes from Brian. This was 2005-10-17 00:21:10 +00:00
Makefile.options Add UC copyright 2005-03-24 12:43:37 +00:00
mca_acinclude.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
mca_configure.ac * add builddir/include to the list of -Is so that ompi_config.h can be 2005-07-08 21:05:18 +00:00
mca_make_configure.pl Major simplifications to component versioning: 2005-07-04 20:12:36 +00:00
ompi_case_sensitive_fs_setup.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
ompi_check_attributes.m4 Typo. 2005-09-13 22:28:51 +00:00
ompi_check_bproc.m4 * replaces all uses of == with = in test arguments 2005-08-22 03:47:48 +00:00
ompi_check_broken_qsort.m4 A bunch of fixes from trying to get running on Solaris and Linux PPC64 2005-06-26 23:11:37 +00:00
ompi_check_gm.m4 * per conversation with Tim, registration macro should be on by default 2005-09-07 05:01:51 +00:00
ompi_check_icc.m4 configure.ac: 2005-05-10 09:09:04 +00:00
ompi_check_mvapi.m4 * properly restore CPPFLAGS so that they don't accidently disappear down 2005-10-12 03:59:48 +00:00
ompi_check_mx.m4 Brian patch to remove -lmyriexpress from the mpicc flags. 2005-09-01 03:40:01 +00:00
ompi_check_openib.m4 * check for shared receive queue support, and set OMPI_MCA_BTL_OPENIB_HAVE_SRQ 2005-10-01 18:44:31 +00:00
ompi_check_optflags.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
ompi_check_package.m4 * add checks for the hton and ntoh functions, since they don't exist on 2005-07-14 04:11:59 +00:00
ompi_check_pthread_pids.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
ompi_check_slurm.m4 * Add checks for fork/execve/setpgid for slurm components so that they 2005-09-16 04:51:09 +00:00
ompi_check_tm.m4 * Rewrite ompi_mca.m4 to use m4_defined lists of projects (ompi, orte, etc.), 2005-07-09 18:52:53 +00:00
ompi_check_xgrid.m4 * Make Fortran 90 turned on by default (unless it's a developer build, in 2005-08-26 00:11:30 +00:00
ompi_config_asm.m4 Use AC_FD_CC uniformly (one & was missing). 2005-09-16 12:28:53 +00:00
ompi_config_pthreads.m4 Patch for systems with broken Fortran compilers (e.g., OS X Tiger 2005-06-01 10:53:44 +00:00
ompi_config_solaris_threads.m4 Patch for systems with broken Fortran compilers (e.g., OS X Tiger 2005-06-01 10:53:44 +00:00
ompi_config_subdir_args.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
ompi_config_subdir.m4 * Rewrite ompi_mca.m4 to use m4_defined lists of projects (ompi, orte, etc.), 2005-07-09 18:52:53 +00:00
ompi_config_threads.m4 * Add memory dispatching code for OPAL. This allows anyone to register 2005-08-09 22:40:42 +00:00
ompi_configure_options.m4 Fix some incorrect fortran parameter values 2005-10-02 14:59:27 +00:00
ompi_find_type.m4 Bunches of fixes for Fortran support: 2005-05-19 23:56:02 +00:00
ompi_functions.m4 * Rewrite ompi_mca.m4 to use m4_defined lists of projects (ompi, orte, etc.), 2005-07-09 18:52:53 +00:00
ompi_get_libtool_linker_flags.m4 * update configure.ac to use the modern version of AC_INIT and 2005-09-07 05:54:53 +00:00
ompi_get_version.m4 * there are now two upcoming points where we want to release a version with 2005-09-27 02:06:05 +00:00
ompi_get_version.sh * there are now two upcoming points where we want to release a version with 2005-09-27 02:06:05 +00:00
ompi_load_platform.m4 * Clean up the --with-platform option to automagically set a whole bunch 2005-08-20 20:43:59 +00:00
ompi_make_stripped_flags.m4 - Add some logic to configure to make a version of CFLAGS that doesn't 2005-09-01 10:37:20 +00:00
ompi_mca.m4 The next in a long line of crazed build system changes from Brian. This was 2005-10-17 00:21:10 +00:00
ompi_objc.m4 * Rewrite ompi_mca.m4 to use m4_defined lists of projects (ompi, orte, etc.), 2005-07-09 18:52:53 +00:00
ompi_setup_cc.m4 * bunch of changes to make better use of config cache. Almost everything in the 2005-09-16 02:49:31 +00:00
ompi_setup_cxx.m4 * bunch of changes to make better use of config cache. Almost everything in the 2005-09-16 02:49:31 +00:00
ompi_setup_f77.m4 * do a slightly better job at syncing the search ordering between F77 and 2005-08-24 22:25:48 +00:00
ompi_setup_f90.m4 Fix typo in help message 2005-08-28 13:10:16 +00:00
ompi_setup_libevent.m4 * move check for -lsocket from libevent to top-level configure, and add 2005-08-24 21:24:17 +00:00
ompi_try_assemble.m4 Add UC copyright 2005-03-24 12:43:37 +00:00