Skip to content

Commit 103cac5

Browse files
committed
yalla: fix mxm configuration parsing.
Take configuration from MXM_MPI_xx instead of MXM_PML_xx, same as mtl mxm.
1 parent 2797f5b commit 103cac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/pml/yalla/pml_yalla.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ int mca_pml_yalla_open(void)
120120

121121
/* Read options */
122122
error = mxm_config_read_opts(&ompi_pml_yalla.ctx_opts, &ompi_pml_yalla.ep_opts,
123-
"PML", NULL, 0);
123+
"MPI", NULL, 0);
124124
if (MXM_OK != error) {
125125
return OMPI_ERROR;
126126
}

0 commit comments

Comments
 (0)