1
1
openmpi/test
Tim Prins 75b0b519d8 - Added functionality to MPI_Alloc_mem and MPI_Free_mem so that they
call the memory pool to do special memory allocations, and extended 
the mpool so that it will do the allocations and keep tack of them in
a tree. Currently, if you pass MPI_INFO_NULL to MPI_Alloc_mem, we will 
try to allocate the memory and register it with as many mpools as 
possible. Alternatively, one can pass an info object with the names of 
the mpools as keys, and from these we decide which mpools to register 
the new memory with.

- fixed some comments in the allocator and fixed a minor bug

- extended the red black tree test and made a minor correction

This commit was SVN r5902.
2005-05-31 19:07:27 +00:00
..
asm Fix to the fix -- Brian and I agree that this is a better fix. 2005-05-12 02:44:20 +00:00
class - Added functionality to MPI_Alloc_mem and MPI_Free_mem so that they 2005-05-31 19:07:27 +00:00
dps Fix a bunch of compiler warnings, mostly on 64 bit: 2005-05-10 23:28:31 +00:00
mca Fix an incorrect free... 2005-05-16 21:06:09 +00:00
mpi Fix the problem with the nightly unit tests -- do *not* override 2005-04-15 13:32:18 +00:00
runtime Add one further degree of separation between opal and orte - allow separate init of the two systems. This allows the restart capability to avoid hitting opal utilities (e.g., mca_base_open, ompi_output_init) repeatedly. 2005-05-22 18:40:03 +00:00
support Fix the problem with the nightly unit tests -- do *not* override 2005-04-15 13:32:18 +00:00
threads Fix the problem with the nightly unit tests -- do *not* override 2005-04-15 13:32:18 +00:00
util Checkpoint 2005-05-23 14:22:35 +00:00
Makefile.am Add UC copyright 2005-03-24 12:43:37 +00:00
Unit-Test-Status.pdf Update the unit test matrix 2005-03-30 14:16:02 +00:00
Unit-Test-Status.xls Update the unit test matrix 2005-03-30 14:16:02 +00:00