1
1
openmpi/opal/runtime
Brian Barrett 1d9b663b62 * test for condition where we think we can intercept malloc/free/munmap but
really can't.  Test for munmap, since it's the most likely to cause problems,
  since it's always an interposed symbol.

  The condition that usually causes problems is if libmpi was brought in as
  the result of a library dependency, rather than as a -l on the link line.
  The linker in this case will find malloc/free/munmap/etc. in libc, rather
  than in libmpi.

This commit was SVN r7508.
2005-09-26 20:20:20 +00:00
..
Makefile.am * update configure.ac to use the modern version of AC_INIT and 2005-09-07 05:54:53 +00:00
opal_finalize.c Add a trace utility that provides info on progress through functions. This is not enabled yet - need Jeff or Brian to add it to the configure/build system. 2005-09-07 18:52:28 +00:00
opal_init.c * test for condition where we think we can intercept malloc/free/munmap but 2005-09-26 20:20:20 +00:00
opal_progress.c * high resolution, low latency timers for a number of platforms, plus mods 2005-08-18 05:34:22 +00:00
opal_progress.h * rename ompi_progress to opal_progress 2005-07-03 21:57:43 +00:00
opal.h * add C++ mangling protection 2005-08-18 15:48:59 +00:00