From cfeac5581a075b2685707529b11d41fecfee99c4 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Wed, 6 Dec 2006 20:22:31 +0000 Subject: [PATCH] temporarily always use described buffers as the non-described causes all kinds of problems for heterogeneous environments This commit was SVN r12783. --- orte/dss/dss_open_close.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/orte/dss/dss_open_close.c b/orte/dss/dss_open_close.c index dfcdb62cf2..1de35f7f75 100644 --- a/orte/dss/dss_open_close.c +++ b/orte/dss/dss_open_close.c @@ -164,7 +164,9 @@ int orte_dss_open(void) #if OMPI_ENABLE_DEBUG def_type = ORTE_DSS_BUFFER_FULLY_DESC; #else - def_type = ORTE_DSS_BUFFER_NON_DESC; + /* BWB - temporarily disable non-described until we get the kinks worked out... */ + /* def_type = ORTE_DSS_BUFFER_NON_DESC; */ + def_type = ORTE_DSS_BUFFER_FULLY_DESC; #endif id = mca_base_param_register_int("dss", "buffer", "type",