We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f13dbc + da9f833 commit 168e74dCopy full SHA for 168e74d
ompi/mca/pml/ob1/pml_ob1.c
@@ -341,7 +341,7 @@ int mca_pml_ob1_add_procs(ompi_proc_t** procs, size_t nprocs)
341
expose all currently in use btls. */
342
343
OPAL_LIST_FOREACH(sm, &mca_btl_base_modules_initialized, mca_btl_base_selected_module_t) {
344
- if (sm->btl_module->btl_eager_limit < sizeof(mca_pml_ob1_hdr_t)) {
+ if ((MCA_BTL_FLAGS_SEND & sm->btl_module->btl_flags) && sm->btl_module->btl_eager_limit < sizeof(mca_pml_ob1_hdr_t)) {
345
opal_show_help("help-mpi-pml-ob1.txt", "eager_limit_too_small",
346
true,
347
sm->btl_component->btl_version.mca_component_name,
0 commit comments