Ignore:
Timestamp:
Jul 30, 2024, 6:45:33 PM (3 months ago)
Author:
Laurent Fairhead
Message:

Missing space that threw off the OMP directive leading to each thread trying to allocate the same public variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/phys_local_var_mod.F90

    r5131 r5147  
    844844      REAL,DIMENSION(:,:), ALLOCATABLE,SAVE     :: dnwd_stok
    845845      REAL,DIMENSION(:,:), ALLOCATABLE,SAVE     :: wght_stok
    846       !$OMPTHREADPRIVATE(da_stok,phi_stok,mp_stok,upwd_stok,dnwd_stok,wght_stok)
     846      !$OMP THREADPRIVATE(da_stok,phi_stok,mp_stok,upwd_stok,dnwd_stok,wght_stok)
    847847      REAL,ALLOCATABLE,SAVE :: t_stok(:,:)   ! convection
    848848      REAL,ALLOCATABLE,SAVE :: sh_stok(:,:)   ! convection
Note: See TracChangeset for help on using the changeset viewer.