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

Commit 22ef301

Browse files
authored
Merge pull request #1352 from artpol84/yalla_conf_fix
pml/yalla: fix performance degradation caused by mxm misconfig.
2 parents fb71b10 + 3e7f86c commit 22ef301

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)