1
1
openmpi/opal/mca/memory
Brian Barrett 79ad6d983e - The ptmalloc2 memory manager component is now by default built as
a standalone library named libopenmpi-malloc.  Users wanting to
  use leave_pinned with ptmalloc2 will now need to link the library
  into their application explicitly.  All other users will use the
  libc-provided allocator instead of Open MPI's ptmalloc2.  This change
  may be overriden with the configure option enable-ptmalloc2-internal
- The leave_pinned options will now default to using mallopt on
  Linux in the cases where ptmalloc2 was not linked in.  mallopt
  will also only be available if munmap can be intercepted (the
  default whenever Open MPI is not compiled with --without-memory-
  manager.
- Open MPI will now complain and refuse to use leave_pinned if
  no memory intercept / mallopt option is available.

This commit was SVN r18654.
2008-06-13 22:32:49 +00:00
..
base - The ptmalloc2 memory manager component is now by default built as 2008-06-13 22:32:49 +00:00
mallopt - The ptmalloc2 memory manager component is now by default built as 2008-06-13 22:32:49 +00:00
ptmalloc2 - The ptmalloc2 memory manager component is now by default built as 2008-06-13 22:32:49 +00:00
configure.m4 Add ability to completely turn off MPI one-sided support, so that users 2007-08-18 21:35:51 +00:00
Makefile.am * fix "make distclean" error in PML 2005-11-20 07:41:09 +00:00
memory.h - The ptmalloc2 memory manager component is now by default built as 2008-06-13 22:32:49 +00:00