1
1
openmpi/config
Brian Barrett f707ba2dd3 * Add memory dispatching code for OPAL. This allows anyone to register
callbacks to be triggered when memory is about to leave the current
  process.  The system is designed to allow a variety of interfaces,
  hopefully including whole-sale replacement of the memory manager,
  ld preload tricks, and hooks into the system memory manager.  Since
  some of these may or may not be available at runtime and we won't know
  until runtime, there is a query funtion to look for availability of
  such a setup.
* Added ptmalloc2 memory manager replacement code.  Not turned on by
  default, can be enabled with --with-memory-manager=ptmalloc2.
  Only tested on Linux, not even compiled elsewhere.  Do not use
  on OS X, or you will never see your process again.
* Added AM_CONDITIONAL for threads test to support ptmalloc2's build
  system

This commit was SVN r6790.
2005-08-09 22:40:42 +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 * Rewrite ompi_mca.m4 to use m4_defined lists of projects (ompi, orte, etc.), 2005-07-09 18:52:53 +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 Add UC copyright 2005-03-24 12:43:37 +00:00
cxx_have_exceptions.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
distscript.csh Brought over from the beta branch -- improvements to the dist system 2005-06-21 21:48: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 * Fix error with the use of expr. On George's suggestion, don't use expr for 2005-07-06 13:18:44 +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 things with respect to F90, mainly resulting from work on 2005-04-13 11:54:36 +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 Bunches of things with respect to F90, mainly resulting from work on 2005-04-13 11:54:36 +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_bproc.m4 - fix a bug which made compiles fail when '--with-bproc' is passed 2005-07-25 22:21:40 +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 type. 2005-07-27 22:32:27 +00:00
ompi_check_icc.m4 configure.ac: 2005-05-10 09:09:04 +00:00
ompi_check_mvapi.m4 bug fixes and configure check for topspin directory structure.. 2005-08-08 19:10:36 +00:00
ompi_check_mx.m4 Hopefully this time the macros are correct ... otherwise I'll became the public enemy #1 !!! 2005-07-28 19:52:37 +00:00
ompi_check_openib.m4 * Don't let -lsysfs propogate outside of the OpenIB components. Even if 2005-08-02 20:25:42 +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_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 * Rewrite ompi_mca.m4 to use m4_defined lists of projects (ompi, orte, etc.), 2005-07-09 18:52:53 +00:00
ompi_config_asm.m4 Allow the C and C++ compilers to support different methods of inline 2005-08-02 19:51:57 +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 * add --enable-heterogeneous (default: enabled) to enable heterogeneous 2005-07-28 16:16:13 +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 Add UC copyright 2005-03-24 12:43:37 +00:00
ompi_get_version.m4 * get the svn r number when vpath building 2005-04-07 21:39:03 +00:00
ompi_get_version.sh Oops -- fix the m4 file as well. And other minor touch-ups. 2005-03-27 11:24:27 +00:00
ompi_load_platform.m4 * add --with-platform=FILE argument to configure, which can be used to 2005-07-28 15:48:46 +00:00
ompi_mca.m4 Aah, someone committed to a m4-file. 2005-08-02 20:21:55 +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 - Make ompi_info show reasonable help messages 2005-06-17 01:06:36 +00:00
ompi_setup_cxx.m4 - Make ompi_info show reasonable help messages 2005-06-17 01:06:36 +00:00
ompi_setup_f77.m4 - Make ompi_info show reasonable help messages 2005-06-17 01:06:36 +00:00
ompi_setup_f90.m4 Fix typo 2005-07-28 00:41:54 +00:00
ompi_setup_libevent.m4 * Don't use poll() on OS X. It's implemented on top of select in 10.3 (no 2005-05-06 15:10:35 +00:00
ompi_setup_memory.m4 * Add memory dispatching code for OPAL. This allows anyone to register 2005-08-09 22:40:42 +00:00
ompi_try_assemble.m4 Add UC copyright 2005-03-24 12:43:37 +00:00