Skip to content
Snippets Groups Projects
Commit 98f47ab7 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 09/03/2022: IO: bugfix: iresp_tmp_* varaibles were not initialized...

Philippe 09/03/2022: IO: bugfix: iresp_tmp_* varaibles were not initialized (crash in some cases due to random values if parallel I/O)

(cherry picked from commit e9e2eb43)
parent 8435dd24
No related branches found
No related tags found
No related merge requests found
!MNH_LIC Copyright 1994-2021 CNRS, Meteo-France and Universite Paul Sabatier
!MNH_LIC Copyright 1994-2022 CNRS, Meteo-France and Universite Paul Sabatier
!MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence
!MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
!MNH_LIC for details. version 1.
......@@ -1079,6 +1079,8 @@ end subroutine IO_Ndimlist_reduce
iresp = 0
iresp_lfi = 0
iresp_nc4 = 0
iresp_tmp_lfi = 0
iresp_tmp_nc4 = 0
GALLOC = .FALSE.
GALLOC_ll = .FALSE.
IHEXTOT = 2*JPHEXT+1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment