1
1
openmpi/orte
Tim Prins e058266c96 Change the ORTE datatype service in 2 ways:
1. Remove a unneeded field, bytes_avail, from orte_buffer_t. It is a calcualed value, and updating it everywhere is worse then just calculating it in the one place it is acutally used.
2. Change it so the default size of a orte_buffer is 128 bytes instead of 1024 bytes. We then double the size of the buffer up to 1024 bytes, then we additively increase the size by 1024 bytes at a time as was done before.

This commit was SVN r14252.
2007-04-06 19:40:29 +00:00
..
class These are orte functions, the structure should be named as such 2007-02-22 23:29:31 +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 Move the comment at the right place. 2007-04-05 20:36:33 +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