1
1
openmpi/opal
Eugene Loh 463f11f993 Improve shared-memory allocation:
* compute mmap-file size more wisely and pass requested size to allocator
* change MCA parameters:
  - get rid of mpool_sm_per_peer_size
  - get rid of mpool_sm_max_size
  - set default mpool_sm_min_size to 0
* no longer pad sm allocations to page boundaries
* have sm_btl_first_time_init check return codes on free-list creations

Have mca_btl_sm_prepare_src() check to see if it can allocate an EAGER fragment
rather than a MAX fragment if the smaller size works.

Remove ompi/class/ompi_[circular_buffer_]fifo.h and references thereto.

Remove opal/util/pow2.[c|h] and references thereto.

This commit was SVN r20614.
2009-02-20 19:51:57 +00:00
..
asm Update the MIPS atomics. We can now compile with gcc and Pathscale. 2008-12-18 22:38:31 +00:00
class - Fix comment to reflect current code. 2009-02-09 00:52:57 +00:00
dss Release the memory. 2009-02-11 21:34:27 +00:00
etc Ensure that platform-specific mca param files get installed with the correct default mca param filename. Platform-specific mca param files overwrite any pre-existing default mca param file as they are considered to be the "gold" standard if a platform file was provided. 2008-08-27 02:40:02 +00:00
event Refs trac:1805: temporarily disable some assert()s in event_base_free(). 2009-02-20 15:03:36 +00:00
include Round up a few places where PATH_MAX was used instead of 2009-01-27 22:57:50 +00:00
mca Bring in PLPA v1.3rc3 (add a missing comma, which should fix compiling 2009-02-19 17:42:43 +00:00
memoryhooks - The ptmalloc2 memory manager component is now by default built as 2008-06-13 22:32:49 +00:00
runtime Ensure to free this string when we're done. 2009-02-12 22:54:43 +00:00
threads * Fix a truckload of Cisco copyrights to be the same as the rest of 2009-01-11 02:30:00 +00:00
tools * Fix a truckload of Cisco copyrights to be the same as the rest of 2009-01-11 02:30:00 +00:00
util Improve shared-memory allocation: 2009-02-20 19:51:57 +00:00
win32 SIGSTOP and SIGTSTP are not supported on Windows. But they have to be defined anyway, although they are not used for Windows. 2009-02-05 17:02:34 +00:00
CMakeLists.txt Add a new feature for checking mca subdirectories, i.e. detecting if there is an exclude file list which indicates the files that shouldn't be added to the source list. By default, the CMake build system will simply add all source files in the required sub folders, without knowing which files have to be excluded. The first use of it is in plm/base/.windows. 2009-02-10 17:20:13 +00:00
Makefile.am Merge the ORTE devel branch into the main trunk. Details of what this means will be circulated separately. 2008-02-28 01:57:57 +00:00
win_makefile Move all win32 related files in opal, and modify all the Makefiles.am to 2005-12-08 06:17:15 +00:00