Set the default modex parameters back to full blocking modex while we continue to test and debug the slow modex - it seems to be having issues on the Cray
Signed-off-by: Ralph Castain <rhc@open-mpi.org>
Этот коммит содержится в:
родитель
f2a27cc991
Коммит
8b1f01dfe6
@ -287,7 +287,7 @@ int ompi_mpi_register_params(void)
|
|||||||
MCA_BASE_VAR_SCOPE_READONLY,
|
MCA_BASE_VAR_SCOPE_READONLY,
|
||||||
&ompi_mpi_dynamics_enabled);
|
&ompi_mpi_dynamics_enabled);
|
||||||
|
|
||||||
ompi_async_mpi_init = true;
|
ompi_async_mpi_init = false;
|
||||||
(void) mca_base_var_register("ompi", "async", "mpi", "init",
|
(void) mca_base_var_register("ompi", "async", "mpi", "init",
|
||||||
"Do not perform a barrier at the end of MPI_Init",
|
"Do not perform a barrier at the end of MPI_Init",
|
||||||
MCA_BASE_VAR_TYPE_BOOL, NULL, 0, 0,
|
MCA_BASE_VAR_TYPE_BOOL, NULL, 0, 0,
|
||||||
|
@ -39,7 +39,7 @@ opal_pmix_base_t opal_pmix_base = {0};
|
|||||||
|
|
||||||
static int opal_pmix_base_frame_register(mca_base_register_flag_t flags)
|
static int opal_pmix_base_frame_register(mca_base_register_flag_t flags)
|
||||||
{
|
{
|
||||||
opal_pmix_base_async_modex = true;
|
opal_pmix_base_async_modex = false;
|
||||||
(void) mca_base_var_register("opal", "pmix", "base", "async_modex", "Use asynchronous modex mode",
|
(void) mca_base_var_register("opal", "pmix", "base", "async_modex", "Use asynchronous modex mode",
|
||||||
MCA_BASE_VAR_TYPE_BOOL, NULL, 0, 0, OPAL_INFO_LVL_9,
|
MCA_BASE_VAR_TYPE_BOOL, NULL, 0, 0, OPAL_INFO_LVL_9,
|
||||||
MCA_BASE_VAR_SCOPE_READONLY, &opal_pmix_base_async_modex);
|
MCA_BASE_VAR_SCOPE_READONLY, &opal_pmix_base_async_modex);
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user