Changeset 1396 for palm/trunk/SOURCE/flow_statistics.f90
- Timestamp:
- May 6, 2014 1:37:41 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/flow_statistics.f90
r1387 r1396 21 21 ! Current revisions: 22 22 ! ----------------- 23 ! 23 ! bugfix: "copyin" replaced by "update device" in openacc-branch 24 24 ! 25 25 ! Former revisions: … … 1487 1487 ENDIF 1488 1488 1489 !$acc data copyin( hom ) create( sums, sums_l ) 1489 !$acc data create( sums, sums_l ) 1490 !$acc update device( hom ) 1490 1491 1491 1492 !
Note: See TracChangeset
for help on using the changeset viewer.