Skip to content

Commit 96559fe

Browse files
authored
Merge pull request #7495 from hkuno/hkuno/mca_pml_base_pml_check_selected
Fix typo in mca_pml_base_pml_check_selected
2 parents 0f41608 + 397cc44 commit 96559fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/pml/base/pml_base_select.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ mca_pml_base_pml_check_selected(const char *my_pml,
347347
&rank0, (void**) &remote_pml, &size);
348348

349349
/* if this key wasn't found, then just assume all is well... */
350-
if (PMIX_ERR_NOT_FOUND != ret) {
350+
if (PMIX_ERR_NOT_FOUND == ret) {
351351
opal_output_verbose( 10, ompi_pml_base_framework.framework_output,
352352
"check:select: PML modex for vpid 0 data not found");
353353
return OMPI_SUCCESS;

0 commit comments

Comments
 (0)