1
1
openmpi/orte/dss
Ralph Castain 897744cdeb Two major changes to the runtime:
1. implement and enable the non-described buffer operations. I will send out a more detailed explanation separately. However, this mode of operation (which is now the default) significantly reduces message size during startup. If you want the described buffers, set the mca param "-mca dss_describe_buffer 1".

2. revise the xcast system to support both linear and binomial tree broadcast methods. Since we are seeing scenarios where the binomiall tree can cause problems, I have made the linear method the default. To run with the binomial tree, set the mca param "-mca oob_xcast_mode binomial".

3. add some detailed timing reports to the xcast operation. These are enabled via "-mca oob_xcast_timing 1".

4. add some more unit tests for the dss and gpr (focused on support for the non-described buffer)

This commit was SVN r12722.
2006-12-01 22:30:39 +00:00
..
dss_arith.c Remove svn:executable from a bunch of files. 2006-11-17 11:01:39 +00:00
dss_compare.c Remove svn:executable from a bunch of files. 2006-11-17 11:01:39 +00:00
dss_copy.c Remove svn:executable from a bunch of files. 2006-11-17 11:01:39 +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 Two major changes to the runtime: 2006-12-01 22:30:39 +00:00
dss_internal.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
dss_load_unload.c Nothing relevant. Only a set of castings to have a clean compile on 2006-10-20 02:25:50 +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 Two major changes to the runtime: 2006-12-01 22:30:39 +00:00
dss_pack.c Two major changes to the runtime: 2006-12-01 22:30:39 +00:00
dss_peek.c Two major changes to the runtime: 2006-12-01 22:30:39 +00:00
dss_print.c Remove svn:executable from a bunch of files. 2006-11-17 11:01:39 +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 Remove svn:executable from a bunch of files. 2006-11-17 11:01:39 +00:00
dss_types.h And ORTE is ready for prime-time. All Windows tricks are in: 2006-08-23 03:32:36 +00:00
dss_unpack.c Two major changes to the runtime: 2006-12-01 22:30:39 +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