Skip to content

Commit 7910aa2

Browse files
author
Ralph Castain
committed
Set lazy_wait_in_init "on" by default for test in master
1 parent 0e5d46a commit 7910aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/runtime/ompi_mpi_params.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ int ompi_mpi_register_params(void)
113113
MCA_BASE_VAR_SCOPE_READONLY,
114114
&ompi_mpi_yield_when_idle);
115115

116-
ompi_mpi_lazy_wait_in_init = false;
116+
ompi_mpi_lazy_wait_in_init = true;
117117
(void) mca_base_var_register("ompi", "mpi", NULL, "lazy_wait_in_init",
118118
"Avoid aggressive progress in MPI_Init, make sure that PMIx server has timeslots to progress",
119119
MCA_BASE_VAR_TYPE_BOOL, NULL, 0, 0,

0 commit comments

Comments
 (0)