Changeset 1396 for palm


Ignore:
Timestamp:
May 6, 2014 1:37:41 PM (10 years ago)
Author:
raasch
Message:

bugfix: "copyin" replaced by "update device" in openacc-branch

File:
1 edited

Legend:

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

    r1387 r1396  
    2121! Current revisions:
    2222! -----------------
    23 !
     23! bugfix: "copyin" replaced by "update device" in openacc-branch
    2424!
    2525! Former revisions:
     
    14871487    ENDIF
    14881488
    1489     !$acc data copyin( hom ) create( sums, sums_l )
     1489    !$acc data create( sums, sums_l )
     1490    !$acc update device( hom )
    14901491
    14911492!
Note: See TracChangeset for help on using the changeset viewer.