Changeset 1132 for palm/trunk/SOURCE
- Timestamp:
- Apr 12, 2013 2:35:30 PM (12 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/Makefile
r1128 r1132 20 20 # Current revisions: 21 21 # ------------------ 22 # dependencies for time_integration modified22 # 23 23 # 24 24 # Former revisions: 25 25 # ----------------- 26 26 # $Id$ 27 # 28 # 1128 2013-04-12 06:19:32Z raasch 29 # dependencies for time_integration modified 27 30 # 28 31 # 1111 2013-03-08 23:54:10Z raasch -
palm/trunk/SOURCE/advec_ws.f90
r1128 r1132 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! loop index bounds in accelerator version replaced by i_left, i_right, j_south,23 ! j_north24 22 ! 25 23 ! … … 27 25 ! ----------------- 28 26 ! $Id$ 27 ! 28 ! 1128 2013-04-12 06:19:32Z raasch 29 ! loop index bounds in accelerator version replaced by i_left, i_right, j_south, 30 ! j_north 29 31 ! 30 32 ! 1115 2013-03-26 18:16:16Z hoffmann -
palm/trunk/SOURCE/buoyancy.f90
r1128 r1132 20 20 ! Currrent revisions: 21 21 ! ----------------- 22 ! loop index bounds in accelerator version replaced by i_left, i_right, j_south, 23 ! j_north 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1128 2013-04-12 06:19:32Z raasch 29 ! loop index bounds in accelerator version replaced by i_left, i_right, j_south, 30 ! j_north 28 31 ! 29 32 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/coriolis.f90
r1128 r1132 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! loop index bounds in accelerator version replaced by i_left, i_right, j_south, 23 ! j_north 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1128 2013-04-12 06:19:32Z raasch 29 ! loop index bounds in accelerator version replaced by i_left, i_right, j_south, 30 ! j_north 28 31 ! 29 32 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/diffusion_e.f90
r1128 r1132 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! loop index bounds in accelerator version replaced by i_left, i_right, j_south, 23 ! j_north 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1128 2013-04-12 06:19:32Z raasch 29 ! loop index bounds in accelerator version replaced by i_left, i_right, j_south, 30 ! j_north 28 31 ! 29 32 ! 1065 2012-11-22 17:42:36Z hoffmann -
palm/trunk/SOURCE/diffusion_s.f90
r1128 r1132 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! loop index bounds in accelerator version replaced by i_left, i_right, j_south, 23 ! j_north 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1128 2013-04-12 06:19:32Z raasch 29 ! loop index bounds in accelerator version replaced by i_left, i_right, j_south, 30 ! j_north 28 31 ! 29 32 ! 1092 2013-02-02 11:24:22Z raasch -
palm/trunk/SOURCE/diffusion_u.f90
r1128 r1132 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! loop index bounds in accelerator version replaced by i_left, i_right, j_south, 23 ! j_north 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1128 2013-04-12 06:19:32Z raasch 29 ! loop index bounds in accelerator version replaced by i_left, i_right, j_south, 30 ! j_north 28 31 ! 29 32 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/diffusion_v.f90
r1128 r1132 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! loop index bounds in accelerator version replaced by i_left, i_right, j_south, 23 ! j_north 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1128 2013-04-12 06:19:32Z raasch 29 ! loop index bounds in accelerator version replaced by i_left, i_right, j_south, 30 ! j_north 28 31 ! 29 32 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/diffusion_w.f90
r1128 r1132 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! loop index bounds in accelerator version replaced by i_left, i_right, j_south, 23 ! j_north 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1128 2013-04-12 06:19:32Z raasch 29 ! loop index bounds in accelerator version replaced by i_left, i_right, j_south, 30 ! j_north 28 31 ! 29 32 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/exchange_horiz.f90
r1128 r1132 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1128 2013-04-12 06:19:32Z raasch 22 29 ! modifications for asynchronous transfer, 23 30 ! local variables req, wait_stat are global now, and have been moved to module 24 31 ! pegrid 25 !26 ! Former revisions:27 ! -----------------28 ! $Id$29 32 ! 30 33 ! 1113 2013-03-10 02:48:14Z raasch -
palm/trunk/SOURCE/modules.f90
r1128 r1132 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! +background_communication, i_left, i_right, j_north, j_south, req, req_count, 23 ! send_receive, sendrecv_in_background, wait_stat 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1128 2013-04-12 06:19:32Z raasch 29 ! +background_communication, i_left, i_right, j_north, j_south, req, req_count, 30 ! send_receive, sendrecv_in_background, wait_stat 28 31 ! 29 32 ! 1115 2013-03-26 18:16:16Z hoffmann -
palm/trunk/SOURCE/parin.f90
r1128 r1132 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! +background_communication in inipar22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1128 2013-04-12 06:19:32Z raasch 29 ! +background_communication in inipar 27 30 ! 28 31 ! 1115 2013-03-26 18:16:16Z hoffmann -
palm/trunk/SOURCE/production_e.f90
r1128 r1132 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! loop index bounds in accelerator version replaced by i_left, i_right, j_south, 23 ! j_north 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1128 2013-04-12 06:19:32Z raasch 29 ! loop index bounds in accelerator version replaced by i_left, i_right, j_south, 30 ! j_north 28 31 ! 29 32 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/prognostic_equations.f90
r1128 r1132 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1128 2013-04-12 06:19:32Z raasch 22 29 ! those parts requiring global communication moved to time_integration, 23 30 ! loop index bounds in accelerator version replaced by i_left, i_right, j_south, 24 31 ! j_north 25 !26 ! Former revisions:27 ! -----------------28 ! $Id$29 32 ! 30 33 ! 1115 2013-03-26 18:16:16Z hoffmann -
palm/trunk/SOURCE/time_integration.f90
r1128 r1132 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1128 2013-04-12 06:19:32Z raasch 22 29 ! asynchronous transfer of ghost point data realized for acc-optimized version: 23 30 ! prognostic_equations are first called two times for those points required for … … 26 33 ! those parts requiring global communication moved from prognostic_equations to 27 34 ! here 28 !29 ! Former revisions:30 ! -----------------31 ! $Id$32 35 ! 33 36 ! 1115 2013-03-26 18:16:16Z hoffmann -
palm/trunk/SOURCE/wall_fluxes.f90
r1128 r1132 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! loop index bounds in accelerator version replaced by i_left, i_right, j_south, 23 ! j_north 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1128 2013-04-12 06:19:32Z raasch 29 ! loop index bounds in accelerator version replaced by i_left, i_right, j_south, 30 ! j_north 28 31 ! 29 32 ! 1036 2012-10-22 13:43:42Z raasch
Note: See TracChangeset
for help on using the changeset viewer.