- Timestamp:
- Mar 9, 2013 12:34:37 AM (12 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/Makefile
r1111 r1112 20 20 # Current revisions: 21 21 # ------------------ 22 # dependencies removed from init_pegrid 23 # bugfix: dependency added for cuda_fft_interfaces 22 # 24 23 # 25 24 # Former revisions: 26 25 # ----------------- 27 26 # $Id$ 27 # 28 # 1111 2013-03-08 23:54:10Z raasch 29 # dependencies removed from init_pegrid 30 # bugfix: dependency added for cuda_fft_interfaces 28 31 # 29 32 # 1106 2013-03-04 05:31:38Z raasch -
palm/trunk/SOURCE/Makefile_check
r1111 r1112 20 20 # Current revisions: 21 21 # ------------------ 22 # dependencies removed from init_pegrid22 # 23 23 # 24 24 # Former revisions: 25 25 # ----------------- 26 26 # $Id$ 27 # 28 # 1111 2013-03-08 23:54:10Z raasch 29 # dependencies removed from init_pegrid 27 30 # 28 31 # 1106 2013-03-04 05:31:38Z raasch -
palm/trunk/SOURCE/check_parameters.f90
r1111 r1112 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! ibc_p_b = 2 removed22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1111 2013-03-08 23:54:10Z raasch 29 ! ibc_p_b = 2 removed 27 30 ! 28 31 ! 1103 2013-02-20 02:15:53Z raasch -
palm/trunk/SOURCE/cpu_statistics.f90
r1111 r1112 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! output of grid point numbers and average CPU time per grid point and timestep22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1111 2013-03-08 23:54:10Z raasch 29 ! output of grid point numbers and average CPU time per grid point and timestep 27 30 ! 28 31 ! 1092 2013-02-02 11:24:22Z raasch -
palm/trunk/SOURCE/cuda_fft_interfaces.f90
r1111 r1112 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! idata and odata changed from 1d- to 3d-arrays22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1111 2013-03-08 23:54:10Z raasch 29 ! idata and odata changed from 1d- to 3d-arrays 27 30 ! 28 31 ! 1106 2013-03-04 05:31:38Z raasch -
palm/trunk/SOURCE/fft_xy.f90
r1111 r1112 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1111 2013-03-08 23:54:10Z raasch 22 29 ! further openACC statements added, CUDA branch completely runs on GPU 23 30 ! bugfix: CUDA fft plans adjusted for domain decomposition (before they always 24 31 ! used total domain) 25 !26 ! Former revisions:27 ! -----------------28 ! $Id$29 32 ! 30 33 ! 1106 2013-03-04 05:31:38Z raasch -
palm/trunk/SOURCE/flow_statistics.f90
r1111 r1112 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! openACC directive added22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1111 2013-03-08 23:54:10Z raasch 29 ! openACC directive added 30 ! 28 31 ! 1053 2012-11-13 17:11:03Z hoffmann 29 ! necessaryadditions for two-moment cloud physics scheme:32 ! additions for two-moment cloud physics scheme: 30 33 ! +nr, qr, qc, prr 31 34 ! -
palm/trunk/SOURCE/header.f90
r1111 r1112 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! output of accelerator board information 23 ! ibc_p_b = 2 removed 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1111 2013-03-08 23:54:10Z raasch 29 ! output of accelerator board information 30 ! ibc_p_b = 2 removed 28 31 ! 29 32 ! 1108 2013-03-05 07:03:32Z raasch -
palm/trunk/SOURCE/init_3d_model.f90
r1111 r1112 23 23 ! Current revisions: 24 24 ! ------------------ 25 ! openACC directives added for pres 26 ! array diss allocated only if required 25 ! 27 26 ! 28 27 ! Former revisions: 29 28 ! ----------------- 30 29 ! $Id$ 30 ! 31 ! 1111 2013-03-08 23:54:10Z raasch 32 ! openACC directives added for pres 33 ! array diss allocated only if required 31 34 ! 32 35 ! 1092 2013-02-02 11:24:22Z raasch -
palm/trunk/SOURCE/init_pegrid.f90
r1111 r1112 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! initialization of poisfft moved to poisfft22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1111 2013-03-08 23:54:10Z raasch 29 ! initialization of poisfft moved to module poisfft 27 30 ! 28 31 ! 1092 2013-02-02 11:24:22Z raasch -
palm/trunk/SOURCE/modules.f90
r1111 r1112 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! +tric, nr_timesteps_this_run22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1111 2013-03-08 23:54:10Z raasch 29 ! +tric, nr_timesteps_this_run 27 30 ! 28 31 ! 1106 2013-03-04 05:31:38Z raasch -
palm/trunk/SOURCE/palm.f90
r1111 r1112 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! openACC statements updated22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1111 2013-03-08 23:54:10Z raasch 29 ! openACC statements updated 27 30 ! 28 31 ! 1092 2013-02-02 11:24:22Z raasch -
palm/trunk/SOURCE/poisfft.f90
r1111 r1112 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1111 2013-03-08 23:54:10Z raasch 22 29 ! further openACC porting of non-parallel (MPI) branch: 23 30 ! tridiagonal routines split into extermal subroutines (instead using CONTAINS), 24 31 ! no distinction between parallel/non-parallel in poisfft and tridia any more, 25 ! tridia routines moved to end of file because of probable bug in PGI compiler 32 ! tridia routines moved to end of file because of probable bug in PGI compiler 12.5 26 33 ! (otherwise "invalid device function" is indicated during runtime), 27 34 ! optimization of tridia routines: constant elements and coefficients of tri are … … 31 38 ! poisfft_init, 32 39 ! ibc_p_b = 2 removed 33 !34 ! Former revisions:35 ! -----------------36 ! $Id$37 40 ! 38 41 ! 1106 2013-03-04 05:31:38Z raasch -
palm/trunk/SOURCE/poisfft_hybrid.f90
r1111 r1112 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! poisfft_hybrid_ini is now called internally from poisfft_hybrid, 23 ! ibc_p_b = 2 removed 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1111 2013-03-08 23:54:10Z raasch 29 ! poisfft_hybrid_ini is now called internally from poisfft_hybrid, 30 ! ibc_p_b = 2 removed 28 31 ! 29 32 ! 1106 2013-03-04 05:31:38Z raasch -
palm/trunk/SOURCE/pres.f90
r1111 r1112 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! openACC statements added, 23 ! ibc_p_b = 2 removed 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1111 2013-03-08 23:54:10Z 29 ! openACC statements added, 30 ! ibc_p_b = 2 removed 28 31 ! 29 32 ! 1092 2013-02-02 11:24:22Z raasch -
palm/trunk/SOURCE/prognostic_equations.f90
r1111 r1112 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! update directives for prognostic quantities removed22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1111 2013-03-08 23:54:10Z raasch 29 ! update directives for prognostic quantities removed 27 30 ! 28 31 ! 1106 2013-03-04 05:31:38Z raasch -
palm/trunk/SOURCE/swap_timelevel.f90
r1111 r1112 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! openACC directives added22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1111 2013-03-08 23:54:10Z raasch 29 ! openACC directives added 27 30 ! 28 31 ! 1053 2012-11-13 17:11:03Z hoffmann -
palm/trunk/SOURCE/time_integration.f90
r1111 r1112 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! +internal timestep counter for cpu statistics added, 23 ! openACC directives updated 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1111 2013-03-08 23:54:10Z raasch 29 ! +internal timestep counter for cpu statistics added, 30 ! openACC directives updated 28 31 ! 29 32 ! 1092 2013-02-02 11:24:22Z raasch -
palm/trunk/SOURCE/transpose.f90
r1111 r1112 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! openACC directives added, 23 ! resorting data from/to work changed, work got 4 dimensions instead of 1 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1111 2013-03-08 23:54:10Z raasch 29 ! openACC directives added, 30 ! resorting data from/to work changed, work got 4 dimensions instead of 1 28 31 ! 29 32 ! 1106 2013-03-04 05:31:38Z raasch
Note: See TracChangeset
for help on using the changeset viewer.