Skip to content

Commit 0d36f68

Browse files
ggouaillardetawlauria
authored andcommitted
ompi/runtime: initialize common symbol ompi_pmix_connect_timeout
Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp> (cherry picked from commit 858fb42)
1 parent 650754e commit 0d36f68

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
@@ -86,7 +86,7 @@ bool ompi_mpi_compat_mpi3 = false;
8686

8787
char *ompi_mpi_spc_attach_string = NULL;
8888
bool ompi_mpi_spc_dump_enabled = false;
89-
uint32_t ompi_pmix_connect_timeout;
89+
uint32_t ompi_pmix_connect_timeout = 0;
9090

9191
static bool show_default_mca_params = false;
9292
static bool show_file_mca_params = false;

0 commit comments

Comments
 (0)