Ignore:
Timestamp:
Feb 25, 2026, 1:12:05 PM (5 weeks ago)
Author:
emillour
Message:

Generic PCM:
More tidying concerning OpenMP and radiative transfert routines. Ideally all
saved variables should be threadprivate (even though it is not always necessary)
It is also better practice to only read in data from file via the master core
and then broadcast the information (works for both MPI and OpenMP).
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/changelog.txt

    r4081 r4083  
    21912191  and then broadcast to all cores.
    21922192
     2193== 25/02/2026 == EM
     2194More tidying concerning OpenMP and radiative transfert routines. Ideally all
     2195saved variables should be threadprivate (even though it is not always necessary)
     2196It is also better practice to only read in data from file via the master core
     2197and then broadcast the information (works for both MPI and OpenMP).
     2198
Note: See TracChangeset for help on using the changeset viewer.