Ignore:
Timestamp:
Jul 11, 2014, 4:15:06 PM (11 years ago)
Author:
milmd
Message:

LMDZ.GENERIC. OpenMP directives added in generic physic. When running in pure OpenMP or hybrid OpenMP/MPI, may have some bugs with condense_cloud and wstats routines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/gases_h.F90

    r869 r1315  
    1414      integer :: ngasmx
    1515      integer :: vgas
    16       character*20,allocatable,DIMENSION(:) :: gnom ! name of the gas
     16      character*20,allocatable,DIMENSION(:) :: gnom ! name of the gas, read by master
    1717      real,allocatable,DIMENSION(:) :: gfrac
    1818
     
    3131      integer :: igas_C2H2
    3232      integer :: igas_C2H6
     33!!$OMP THREADPRIVATE(ngasmx,vgas,gnom,gfrac,&
     34!       !$OMP igas_H2,igas_He,igas_H2O,igas_CO2,igas_CO,igas_N2,&
     35!       !$OMP igas_O2,igas_SO2,igas_H2S,igas_CH4,igas_NH3,igas_C2H2,igas_C2H6)
    3336
    3437      end module gases_h
Note: See TracChangeset for help on using the changeset viewer.