Ignore:
Timestamp:
Jan 17, 2025, 3:06:27 PM (5 days ago)
Author:
Laurent Fairhead
Message:

Some threadprivate statements were not necessary

File:
1 edited

Legend:

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

    r5483 r5485  
    351351  CHARACTER(len=10),SAVE :: planet_type="earth"
    352352
    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)
     353  !$OMP THREADPRIVATE(cfname_root,cftext_root,cfunits_root)
     354  !$OMP THREADPRIVATE(mask_in_root,mask_out_root)
    356355
    357356
Note: See TracChangeset for help on using the changeset viewer.