Ignore:
Timestamp:
Sep 2, 2022, 4:04:28 PM (2 years ago)
Author:
emillour
Message:

Titan physics:
Fix some OpenMP typos and inconsistencies spoted when compiling (even without OpenMP) on Irene.
Some further run-time checking in debug mode might be needed to ensure everything is indeed OK for OpenMP.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/callkeys_mod.F90

    r2366 r2793  
    1515!$OMP THREADPRIVATE(strictboundcorrk)
    1616      logical,save :: corrk_recombin
    17 !$OMP_THREADPRIVATE(corrk_recombin)
     17!$OMP THREADPRIVATE(corrk_recombin)
    1818      logical,save :: seashaze,uncoupl_optic_haze
    1919!$OMP THREADPRIVATE(seashaze,uncoupl_optic_haze)
Note: See TracChangeset for help on using the changeset viewer.