Ignore:
Timestamp:
Feb 27, 2020 3:24:30 PM (4 years ago)
Author:
raasch
Message:

serial (non-MPI) test case added, several bugfixes for the serial mode

File:
1 edited

Legend:

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

    r4360 r4429  
    2525! -----------------
    2626! $Id$
     27! bugfix: cpp-directives added for serial mode
     28!
     29! 4360 2020-01-07 11:25:50Z suehring
    2730! OpenACC support added
    2831!
     
    5962    INTEGER(iwp) ::  i1             !<
    6063    INTEGER(iwp) ::  i2             !<
     64#if defined( __parallel )
    6165    INTEGER(iwp) ::  id_fmax        !<
    6266    INTEGER(iwp) ::  id_fmin        !<
     67#endif
    6368    INTEGER(iwp) ::  j              !<
    6469    INTEGER(iwp) ::  j1             !<
Note: See TracChangeset for help on using the changeset viewer.