Changeset 7780

Timestamp:
2022-10-13T17:56:28+02:00 (21 months ago)
Author:
josefine.ghattas
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.

Bug found by Nicolas Vuichard

(No files)

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