Ignore:
Timestamp:
Mar 5, 2020 3:59:50 PM (4 years ago)
Author:
raasch
Message:

bugfix: cpp-directives for serial mode added

File:
1 edited

Legend:

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

    r4360 r4444  
    2525! -----------------
    2626! $Id$
     27! bugfix: cpp-directives for serial mode added
     28!
     29! 4360 2020-01-07 11:25:50Z suehring
    2730! Corrected "Former revisions" section
    2831!
     
    100103    INTEGER(iwp) ::  i            !< loop index
    101104    INTEGER(iwp) ::  ilen         !< length of string saved in 'do_mask'
    102     INTEGER(iwp) ::  ind(6)       !< index limits (lower/upper bounds) of output array
    103105    INTEGER(iwp) ::  ind_array(1) !< array index
    104106    INTEGER(iwp) ::  j            !< loop index
     
    106108    INTEGER(iwp) ::  m            !< mask index
    107109    INTEGER(iwp) ::  mid            !< masked output running index
     110#if defined( __parallel )
     111    INTEGER(iwp) ::  ind(6)       !< index limits (lower/upper bounds) of output array
    108112    INTEGER(iwp) ::  n            !< loop index
    109113    INTEGER(iwp) ::  sender       !< PE id of sending PE
     114#endif
    110115   
    111116    INTEGER(iwp), DIMENSION(:), ALLOCATABLE ::  tmp_array !< temporary 1D array
Note: See TracChangeset for help on using the changeset viewer.