Skip to content

Commit 0b83cbf

Browse files
Merge pull request #8988 from ggouaillardet/topic/ompi_pmix_connect_timeout
ompi/runtime: initialize common symbol ompi_pmix_connect_timeout
2 parents 2dcb107 + 858fb42 commit 0b83cbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ompi/runtime/ompi_mpi_params.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
* Copyright (c) 2013-2019 Intel, Inc. All rights reserved.
1919
* Copyright (c) 2015 Mellanox Technologies, Inc.
2020
* All rights reserved.
21-
* Copyright (c) 2016-2019 Research Organization for Information Science
22-
* and Technology (RIST). All rights reserved.
21+
* Copyright (c) 2016-2021 Research Organization for Information Science
22+
* and Technology (RIST). All rights reserved.
2323
* Copyright (c) 2021 Triad National Security, LLC. All rights
2424
* reserved.
2525
* $COPYRIGHT$
@@ -85,7 +85,7 @@ bool ompi_mpi_compat_mpi3 = false;
8585

8686
char *ompi_mpi_spc_attach_string = NULL;
8787
bool ompi_mpi_spc_dump_enabled = false;
88-
uint32_t ompi_pmix_connect_timeout;
88+
uint32_t ompi_pmix_connect_timeout = 0;
8989

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

0 commit comments

Comments
 (0)