Ignore:
Timestamp:
Jan 17, 2025, 12:26:47 PM (2 weeks ago)
Author:
evignon
Message:

ajout de omp_threadprivate manquants

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/carbon_cycle_mod.f90

    r5338 r5483  
    350350
    351351  CHARACTER(len=10),SAVE :: planet_type="earth"
     352
     353  !$OMP THREADPRIVATE(cfname_root,cftext_root,cfunite_root)
     354  !$OMP THREADPRIVATE(cfintent_root,cfmod1_root,cfmod2_root)
     355  !$OMP THREADPRIVATE(mask_in_root,mask_out_root,planet_type)
     356
    352357
    353358!-----------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.