Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 3e7f86c

Browse files
committed
pml/yalla: fix performance degradation caused by mxm misconfig.
1 parent fb71b10 commit 3e7f86c

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
@@ -129,7 +129,7 @@ int mca_pml_yalla_open(void)
129129

130130
/* Read options */
131131
error = mxm_config_read_opts(&ompi_pml_yalla.ctx_opts, &ompi_pml_yalla.ep_opts,
132-
"PML", NULL, 0);
132+
"MPI", NULL, 0);
133133
if (MXM_OK != error) {
134134
return OMPI_ERROR;
135135
}

0 commit comments

Comments
 (0)