temporarily always use described buffers as the non-described causes all
kinds of problems for heterogeneous environments This commit was SVN r12783.
Этот коммит содержится в:
родитель
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",
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user