Skip to content

Commit 397cc44

Browse files
committed
Fix typo in mca_pml_base_pml_check_selected
Addresses issue #7494 Signed-off-by: Harumi Kuno <harumi.kuno@hpe.com>
1 parent 0f41608 commit 397cc44

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)