1
1

temporarily always use described buffers as the non-described causes all

kinds of problems for heterogeneous environments

This commit was SVN r12783.
Этот коммит содержится в:
Brian Barrett 2006-12-06 20:22:31 +00:00
родитель d4bd60c9fe
Коммит cfeac5581a

Просмотреть файл

@ -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",