1
1
openmpi/orte/dss
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
..
dss_arith.c Merging in the jjhursey-ft-cr-stable branch (r13912 : HEAD). 2007-03-16 23:11:45 +00:00
dss_compare.c Merging in the jjhursey-ft-cr-stable branch (r13912 : HEAD). 2007-03-16 23:11:45 +00:00
dss_copy.c Merging in the jjhursey-ft-cr-stable branch (r13912 : HEAD). 2007-03-16 23:11:45 +00:00
dss_dump.c Remove svn:executable from a bunch of files. 2006-11-17 11:01:39 +00:00
dss_get.c Remove svn:executable from a bunch of files. 2006-11-17 11:01:39 +00:00
dss_internal_functions.c Change the ORTE datatype service in 2 ways: 2007-04-06 19:40:29 +00:00
dss_internal.h Change the ORTE datatype service in 2 ways: 2007-04-06 19:40:29 +00:00
dss_load_unload.c Change the ORTE datatype service in 2 ways: 2007-04-06 19:40:29 +00:00
dss_lookup.c And ORTE is ready for prime-time. All Windows tricks are in: 2006-08-23 03:32:36 +00:00
dss_open_close.c Change the ORTE datatype service in 2 ways: 2007-04-06 19:40:29 +00:00
dss_pack.c Change the ORTE datatype service in 2 ways: 2007-04-06 19:40:29 +00:00
dss_peek.c Two major changes to the runtime: 2006-12-01 22:30:39 +00:00
dss_print.c Merging in the jjhursey-ft-cr-stable branch (r13912 : HEAD). 2007-03-16 23:11:45 +00:00
dss_register.c Bring over the ORTE 2.0 DSS. This introduces a few changes, almost all of which are transparent to the user: 2006-08-01 18:42:25 +00:00
dss_release.c And ORTE is ready for prime-time. All Windows tricks are in: 2006-08-23 03:32:36 +00:00
dss_set_buffer_type.c Two major changes to the runtime: 2006-12-01 22:30:39 +00:00
dss_set.c Remove svn:executable from a bunch of files. 2006-11-17 11:01:39 +00:00
dss_size.c Merging in the jjhursey-ft-cr-stable branch (r13912 : HEAD). 2007-03-16 23:11:45 +00:00
dss_types.h Change the ORTE datatype service in 2 ways: 2007-04-06 19:40:29 +00:00
dss_unpack.c Merging in the jjhursey-ft-cr-stable branch (r13912 : HEAD). 2007-03-16 23:11:45 +00:00
dss.h Add a "dump" capability to the DSS so one can display a single data value to an output stream. 2006-10-03 08:40:35 +00:00
Makefile.am Bring over the ORTE 2.0 DSS. This introduces a few changes, almost all of which are transparent to the user: 2006-08-01 18:42:25 +00:00