Skip to content

Commit 8b1f01d

Browse files
author
Ralph Castain
committed
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 <[email protected]>
1 parent f2a27cc commit 8b1f01d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ompi/runtime/ompi_mpi_params.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ int ompi_mpi_register_params(void)
287287
MCA_BASE_VAR_SCOPE_READONLY,
288288
&ompi_mpi_dynamics_enabled);
289289

290-
ompi_async_mpi_init = true;
290+
ompi_async_mpi_init = false;
291291
(void) mca_base_var_register("ompi", "async", "mpi", "init",
292292
"Do not perform a barrier at the end of MPI_Init",
293293
MCA_BASE_VAR_TYPE_BOOL, NULL, 0, 0,

opal/mca/pmix/base/pmix_base_frame.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ opal_pmix_base_t opal_pmix_base = {0};
3939

4040
static int opal_pmix_base_frame_register(mca_base_register_flag_t flags)
4141
{
42-
opal_pmix_base_async_modex = true;
42+
opal_pmix_base_async_modex = false;
4343
(void) mca_base_var_register("opal", "pmix", "base", "async_modex", "Use asynchronous modex mode",
4444
MCA_BASE_VAR_TYPE_BOOL, NULL, 0, 0, OPAL_INFO_LVL_9,
4545
MCA_BASE_VAR_SCOPE_READONLY, &opal_pmix_base_async_modex);

0 commit comments

Comments
 (0)