Changeset 1114
- Timestamp:
- Mar 10, 2013 3:25:57 AM (12 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/boundary_conds.f90
r1113 r1114 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! GPU-porting 23 ! dummy argument "range" removed 24 ! Bugfix: wrong index in loops of radiation boundary condition 22 ! 25 23 ! 26 24 ! Former revisions: … … 28 26 ! $Id$ 29 27 ! 28 ! 1113 2013-03-10 02:48:14Z raasch 29 ! GPU-porting 30 ! dummy argument "range" removed 31 ! Bugfix: wrong index in loops of radiation boundary condition 30 32 ! 31 33 ! 1053 2012-11-13 17:11:03Z hoffmann -
palm/trunk/SOURCE/exchange_horiz.f90
r1113 r1114 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! GPU-porting for single-core (1PE) mode22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1113 2013-03-10 02:48:14Z raasch 29 ! GPU-porting for single-core (1PE) mode 27 30 ! 28 31 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/init_3d_model.f90
r1113 r1114 23 23 ! Current revisions: 24 24 ! ------------------ 25 ! openACC directive modified25 ! 26 26 ! 27 27 ! Former revisions: 28 28 ! ----------------- 29 29 ! $Id$ 30 ! 31 ! 1113 2013-03-10 02:48:14Z raasch 32 ! openACC directive modified 30 33 ! 31 34 ! 1111 2013-03-08 23:54:10Z raasch -
palm/trunk/SOURCE/modules.f90
r1113 r1114 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! +on_device22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1113 2013-03-10 02:48:14Z raasch 29 ! +on_device 27 30 ! 28 31 ! 1111 2013-03-08 23:54:10Z raasch -
palm/trunk/SOURCE/palm.f90
r1113 r1114 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! openACC statements modified22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1113 2013-03-10 02:48:14Z raasch 29 ! openACC statements modified 27 30 ! 28 31 ! 1111 2013-03-08 23:54:10Z raasch -
palm/trunk/SOURCE/pres.f90
r1113 r1114 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! GPU-porting of several loops, some loops rearranged22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1113 2013-03-10 02:48:14Z raasch 29 ! GPU-porting of several loops, some loops rearranged 27 30 ! 28 31 ! 1111 2013-03-08 23:54:10Z -
palm/trunk/SOURCE/time_integration.f90
r1113 r1114 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1113 2013-03-10 02:48:14Z raasch 22 29 ! GPU-porting of boundary conditions, 23 30 ! openACC directives updated 24 31 ! formal parameter removed from routine boundary_conds 25 !26 ! Former revisions:27 ! -----------------28 ! $Id$29 32 ! 30 33 ! 1111 2013-03-08 23:54:10Z raasch
Note: See TracChangeset
for help on using the changeset viewer.