1
1
openmpi/orte
Tim Prins 2ffc02870d Reduce the memory usage of the GPR:
- Make it so that all the GPR pointer arrays are allocated initially at 16 elements instead of 512. This saves (on a 64 bit machine) approximately 4*(# procs + # nodes) KB.
- Fix up the segment prealloc function so that preallocating an existant segment is not an error, and make the areas where we do large inserts use it.

Fix the orte_pointer_array to efficiently implement setting its size. Before we just realloced the array one block at a time until the desired size was reached. Now we resize it all in one realloc.

This commit was SVN r14264.
2007-04-09 00:40:15 +00:00
..
class Reduce the memory usage of the GPR: 2007-04-09 00:40:15 +00:00
dss Change the ORTE datatype service in 2 ways: 2007-04-06 19:40:29 +00:00
etc Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
include Merging in the jjhursey-ft-cr-stable branch (r13912 : HEAD). 2007-03-16 23:11:45 +00:00
mca Reduce the memory usage of the GPR: 2007-04-09 00:40:15 +00:00
runtime Don't reset the pid, as at this point it is already set. 2007-04-05 20:13:50 +00:00
test Add two new test codes - orte_loop_spawn/child - to help debug issues surrounding multiple calls to comm_spawn 2007-04-04 21:02:18 +00:00
tools add a newline so output is cleaner/clearer 2007-04-05 17:45:03 +00:00
util Deal with the include spree. Protect "environ" on Windows. 2007-04-01 16:16:54 +00:00
Doxyfile Fix the broken Doxyfile so people can generate what little code base documentation we have :-) 2006-04-13 12:52:17 +00:00
Makefile.am Rename liborte to libopen-rte and libopal to libopen-pal per telecon today 2006-12-05 18:27:24 +00:00