1
1

yalla: fix mxm configuration parsing.

Take configuration from MXM_MPI_xx instead of MXM_PML_xx, same as mtl
mxm.
Этот коммит содержится в:
yosefe 2015-07-08 18:00:10 +03:00
родитель 2797f5b8fc
Коммит 103cac5bd9

Просмотреть файл

@ -120,7 +120,7 @@ int mca_pml_yalla_open(void)
/* Read options */
error = mxm_config_read_opts(&ompi_pml_yalla.ctx_opts, &ompi_pml_yalla.ep_opts,
"PML", NULL, 0);
"MPI", NULL, 0);
if (MXM_OK != error) {
return OMPI_ERROR;
}