Timestamp:
2023-04-11T10:53:20+02:00 (15 months ago)
Author:
nicolas.vuichard
Message:

Corrected bug seen in run mode with OpenMP (with LMDZ):

The variable grow_wood was initialized in declaration line which makes is to a saved variable. All saved variables must be declared OMP THREADPRIVATE to avoid reproducibility errors. For this case, the variable doesn't need to be SAVE so the declaration has been moved.

(No files)

Note: See TracChangeset for help on using the changeset viewer.