- Timestamp:
- Sep 10, 2013 2:48:09 PM (11 years ago)
- Location:
- palm/trunk
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/.mrun.config.imuk_gpu
r1111 r1222 39 39 %cpp_options -Mpreprocess:-D__nopointer:-D__openacc:-D__cuda_fft lcmuk pgigpu 40 40 %mopts -j:4 lcmuk pgigpu 41 %fopts -acc:-ta=nvidia,4.1:-Minfo=acc:-Mcray=pointer:-fastsse:-r8:-Mcuda lcmuk pgigpu 42 %lopts -acc:-ta=nvidia,4.1:-Minfo=acc:-Mcray=pointer:-fastsse:-r8:-Mcuda:-L/localdata/opt/pgi/linux86-64/2012/cuda/4.1/lib64:-lcufft lcmuk pgigpu 41 %fopts -acc:-ta=nvidia,5.0,nocache:-Minfo=acc:-Mcray=pointer:-fastsse:-r8:-Mcuda=cuda5.0 lcmuk pgigpu 42 %lopts -acc:-ta=nvidia,5.0,nocache:-Minfo=acc:-Mcray=pointer:-fastsse:-r8:-Mcuda=cuda5.0:-L/muksoft/packages/pgi/2013-133/linux86-64/2013/cuda/5.0/l 43 ib64:-lcufft lcmuk pgigpu 43 44 # 44 45 # MPI+GPU … … 49 50 %cpp_options -Mpreprocess:-DMPI_REAL=MPI_DOUBLE_PRECISION:-DMPI_2REAL=MPI_2DOUBLE_PRECISION:-D__nopointer:-D__openacc:-D__cuda_fft lcmuk parallel pgigpu 50 51 %mopts -j:4 lcmuk parallel pgigpu 51 %fopts -acc:-ta=nvidia,4.1:-Minfo=acc:-Mcray=pointer:-fastsse:-r8:-Mcuda lcmuk parallel pgigpu 52 %lopts -acc:-ta=nvidia,4.1:-Minfo=acc:-Mcray=pointer:-fastsse:-r8:-Mcuda:-L/localdata/opt/pgi/linux86-64/2012/cuda/4.1/lib64:-lcufft lcmuk parallel pgigpu 52 %fopts -acc:-ta=nvidia,5.0,nocache:-Minfo=acc:-Mcray=pointer:-fastsse:-r8:-Mcuda=cuda5.0 lcmuk parallel pgigpu 53 %lopts -acc:-ta=nvidia,5.0,nocache:-Minfo=acc:-Mcray=pointer:-fastsse:-r8:-Mcuda=cuda5.0:-L/muksoft/packages/pgi/2013-133/linux86-64/2013/cuda/5.0/l 54 ib64:-lcufft lcmuk parallel pgigpu 53 55 # 54 56 %write_binary true restart -
palm/trunk/SCRIPTS/palm_simple_run
r1221 r1222 24 24 # ----------------- 25 25 # $Id$ 26 # 27 # 1221 2013-09-10 08:59:13Z raasch 28 # setting of PGI_ACC_SYNCHRONOUS=1 for running with pgi-openacc 26 29 # 27 30 # 1172 2013-05-30 11:46:00Z raasch -
palm/trunk/SOURCE/advec_ws.f90
r1221 r1222 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! wall_flags_00 introduced, which holds bits 32-...22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1221 2013-09-10 08:59:13Z raasch 29 ! wall_flags_00 introduced, which holds bits 32-... 27 30 ! 28 31 ! 1128 2013-04-12 06:19:32Z raasch -
palm/trunk/SOURCE/flow_statistics.f90
r1221 r1222 21 21 ! Current revisions: 22 22 ! ----------------- 23 ! ported for openACC in separate branch23 ! 24 24 ! 25 25 ! Former revisions: 26 26 ! ----------------- 27 27 ! $Id$ 28 ! 29 ! 1221 2013-09-10 08:59:13Z raasch 30 ! ported for openACC in separate #else branch 28 31 ! 29 32 ! 1179 2013-06-14 05:57:58Z raasch -
palm/trunk/SOURCE/init_3d_model.f90
r1221 r1222 23 23 ! Current revisions: 24 24 ! ------------------ 25 ! +rflags_s_inner in copyin statement, use copyin for most arrays instead of 26 ! copy 25 ! 27 26 ! 28 27 ! Former revisions: 29 28 ! ----------------- 30 29 ! $Id$ 30 ! 31 ! 1221 2013-09-10 08:59:13Z raasch 32 ! +rflags_s_inner in copyin statement, use copyin for most arrays instead of 33 ! copy 31 34 ! 32 35 ! 1212 2013-08-15 08:46:27Z raasch -
palm/trunk/SOURCE/init_grid.f90
r1221 r1222 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1221 2013-09-10 08:59:13Z raasch 22 29 ! wall_flags_00 introduced to hold bits 32-63, 23 30 ! additional 3D-flag arrays for replacing the 2D-index array nzb_s_inner in 24 31 ! loops optimized for openACC (pres + flow_statistics) 25 !26 ! Former revisions:27 ! -----------------28 ! $Id$29 32 ! 30 33 ! 1092 2013-02-02 11:24:22Z raasch -
palm/trunk/SOURCE/modules.f90
r1221 r1222 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! wall_flags_0 changed to 32bit int, +wall_flags_00, 23 ! +rflags_s_inner, rflags_invers 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1221 2013-09-10 08:59:13Z raasch 29 ! wall_flags_0 changed to 32bit int, +wall_flags_00, 30 ! +rflags_s_inner, rflags_invers 28 31 ! 29 32 ! 1216 2013-08-26 09:31:42Z raasch -
palm/trunk/SOURCE/palm.f90
r1221 r1222 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! +wall_flags_00, rflags_invers, rflags_s_inner in copyin statement22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1221 2013-09-10 08:59:13Z raasch 29 ! +wall_flags_00, rflags_invers, rflags_s_inner in copyin statement 27 30 ! 28 31 ! 1212 2013-08-15 08:46:27Z raasch -
palm/trunk/SOURCE/pres.f90
r1221 r1222 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! openACC porting of reduction operations, loops for calculating d are 23 ! using the rflags_s_inner multiply flag instead of the nzb_s_inner loop index 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1221 2013-09-10 08:59:13Z raasch 29 ! openACC porting of reduction operations, loops for calculating d are 30 ! using the rflags_s_inner multiply flag instead of the nzb_s_inner loop index 28 31 ! 29 32 ! 1212 2013-08-15 08:46:27Z raasch -
palm/trunk/SOURCE/time_integration.f90
r1221 r1222 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! host update of arrays before timestep is called22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1221 2013-09-10 08:59:13Z raasch 29 ! host update of arrays before timestep is called 27 30 ! 28 31 ! 1179 2013-06-14 05:57:58Z raasch -
palm/trunk/SOURCE/tridia_solver.f90
r1221 r1222 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! dummy argument tri in 1d-routines replaced by tri_for_1d because of name 23 ! conflict with arry tri in module arrays_3d 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1221 2013-09-10 08:59:13Z raasch 29 ! dummy argument tri in 1d-routines replaced by tri_for_1d because of name 30 ! conflict with arry tri in module arrays_3d 28 31 ! 29 32 ! 1216 2013-08-26 09:31:42Z raasch
Note: See TracChangeset
for help on using the changeset viewer.