Ignore:
Timestamp:
Jun 18, 2015, 1:53:21 PM (9 years ago)
Author:
ymipsl
Message:

Some missing threadprivate...

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/regular_lonlat_mod.f90

    r3825 r3835  
    1111  INTEGER, PARAMETER :: south=2          ! boundaries of regular lontlat
    1212
     13! Global definition, shared by all threads
     14! Do not set threadprivate directives
     15
    1316  REAL,SAVE,ALLOCATABLE :: lon_reg(:)      ! value of longitude cell (rad)
    14 !$OMP THREADPRIVATE(lon_reg)
    1517
    1618  REAL,SAVE,ALLOCATABLE :: lat_reg(:)      ! value of longitude cell (rad)
    17 !$OMP THREADPRIVATE(lat_reg)
    1819
    1920  REAL,SAVE,ALLOCATABLE :: boundslon_reg(:,:)      ! value of boundaries cell (1=>east, 2=>west)(rad)
    20 !$OMP THREADPRIVATE(boundslon_reg)
    2121
    2222  REAL,SAVE,ALLOCATABLE :: boundslat_reg(:,:)      ! value of longitude cell (1=>north, 2=>south)(rad)
    23 !$OMP THREADPRIVATE(boundslat_reg)
    2423
    2524
Note: See TracChangeset for help on using the changeset viewer.