Ignore:
Timestamp:
May 16, 2014 1:47:01 PM (10 years ago)
Author:
raasch
Message:
 
File:
1 edited

Legend:

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

    r1321 r1406  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! bugfix for pgi 14.4: declare create moved after array declaration
    2323!
    2424! Former revisions:
     
    220220
    221221       REAL(wp), DIMENSION(1:nz,nys:nyn,nxl:nxr) ::  ar      !:
     222       REAL(wp), DIMENSION(nys:nyn,nxl:nxr,1:nz) ::  ar_inv  !:
    222223       !$acc declare create( ar_inv )
    223        REAL(wp), DIMENSION(nys:nyn,nxl:nxr,1:nz) ::  ar_inv  !:
    224224
    225225       REAL(wp), DIMENSION(:,:,:),   ALLOCATABLE ::  ar1      !:
Note: See TracChangeset for help on using the changeset viewer.