1
1

Merge pull request #1488 from alinask/topic/openib_enhance_verbose

btl/openib: enhance the verbosity level when using rdmacm without a first PP QP
Этот коммит содержится в:
Joshua Ladd 2016-03-24 10:17:21 -04:00
родитель cb84f582b2 2e5a1372dd
Коммит c2813a48e6

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

@ -2009,7 +2009,8 @@ static int rdmacm_component_query(mca_btl_openib_module_t *openib_btl, opal_btl_
goto out;
}
if (!BTL_OPENIB_QP_TYPE_PP(0)) {
BTL_VERBOSE(("rdmacm CPC only supported when the first QP is a PP QP; skipped"));
opal_output_verbose(5, opal_btl_base_framework.framework_output,
"rdmacm CPC only supported when the first QP is a PP QP; skipped");
rc = OPAL_ERR_NOT_SUPPORTED;
goto out;
}