Ignore:
Timestamp:
Jan 10, 2020 2:00:44 PM (4 years ago)
Author:
raasch
Message:

bugfixes for previous commit: unused variables removed, Temperton-fft usage on GPU, openacc porting of vector version of Obukhov length calculation, collective read switched off on NEC to avoid hanging; some vector directives added in prognostic equations to force vectorization on Intel19 compiler, configuration files for NEC Aurora added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/chemistry_model_mod.f90

    r4346 r4370  
    2727! -----------------
    2828! $Id$
     29! vector directives added to force vectorization on Intel19 compiler
     30!
     31! 4346 2019-12-18 11:55:56Z motisi
    2932! Introduction of wall_flags_total_0, which currently sets bits based on static
    3033! topography information used in wall_flags_static_0
     
    27442747       DO  i = nxl, nxr
    27452748          DO  j = nys, nyn
     2749             !following directive is required to vectorize on Intel19
     2750             !DIR$ IVDEP
    27462751             DO  k = nzb+1, nzt
    27472752                chem_species(ilsp)%conc_p(k,j,i) =   chem_species(ilsp)%conc(k,j,i)                &
Note: See TracChangeset for help on using the changeset viewer.