Changeset 1112


Ignore:
Timestamp:
Mar 9, 2013 12:34:37 AM (11 years ago)
Author:
raasch
Message:

last commit documented

Location:
palm/trunk/SOURCE
Files:
19 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r1111 r1112  
    2020# Current revisions:
    2121# ------------------
    22 # dependencies removed from init_pegrid
    23 # bugfix: dependency added for cuda_fft_interfaces
     22#
    2423#
    2524# Former revisions:
    2625# -----------------
    2726# $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
    2831#
    2932# 1106 2013-03-04 05:31:38Z raasch
  • palm/trunk/SOURCE/Makefile_check

    r1111 r1112  
    2020# Current revisions:
    2121# ------------------
    22 # dependencies removed from init_pegrid
     22#
    2323#
    2424# Former revisions:
    2525# -----------------
    2626# $Id$
     27#
     28# 1111 2013-03-08 23:54:10Z raasch
     29# dependencies removed from init_pegrid
    2730#
    2831# 1106 2013-03-04 05:31:38Z raasch
  • palm/trunk/SOURCE/check_parameters.f90

    r1111 r1112  
    2020! Current revisions:
    2121! -----------------
    22 ! ibc_p_b = 2 removed
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27!
     28! 1111 2013-03-08 23:54:10Z raasch
     29! ibc_p_b = 2 removed
    2730!
    2831! 1103 2013-02-20 02:15:53Z raasch
  • palm/trunk/SOURCE/cpu_statistics.f90

    r1111 r1112  
    2020! Current revisions:
    2121! -----------------
    22 ! output of grid point numbers and average CPU time per grid point and timestep
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $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
    2730!
    2831! 1092 2013-02-02 11:24:22Z raasch
  • palm/trunk/SOURCE/cuda_fft_interfaces.f90

    r1111 r1112  
    2020! Current revisions:
    2121! -----------------
    22 ! idata and odata changed from 1d- to 3d-arrays
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27!
     28! 1111 2013-03-08 23:54:10Z raasch
     29! idata and odata changed from 1d- to 3d-arrays
    2730!
    2831! 1106 2013-03-04 05:31:38Z raasch
  • palm/trunk/SOURCE/fft_xy.f90

    r1111 r1112  
    2020! Current revisions:
    2121! -----------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1111 2013-03-08 23:54:10Z raasch
    2229! further openACC statements added, CUDA branch completely runs on GPU
    2330! bugfix: CUDA fft plans adjusted for domain decomposition (before they always
    2431! used total domain)
    25 !
    26 ! Former revisions:
    27 ! -----------------
    28 ! $Id$
    2932!
    3033! 1106 2013-03-04 05:31:38Z raasch
  • palm/trunk/SOURCE/flow_statistics.f90

    r1111 r1112  
    2020! Current revisions:
    2121! -----------------
    22 ! openACC directive added
     22!
    2323!
    2424! Former revisions:
     
    2626! $Id$
    2727!
     28! 1111 2013-03-08 23:54:10Z raasch
     29! openACC directive added
     30!
    2831! 1053 2012-11-13 17:11:03Z hoffmann
    29 ! necessary additions for two-moment cloud physics scheme:
     32! additions for two-moment cloud physics scheme:
    3033! +nr, qr, qc, prr
    3134!
  • palm/trunk/SOURCE/header.f90

    r1111 r1112  
    2020! Current revisions:
    2121! -----------------
    22 ! output of accelerator board information
    23 ! ibc_p_b = 2 removed
     22!
    2423!
    2524! Former revisions:
    2625! -----------------
    2726! $Id$
     27!
     28! 1111 2013-03-08 23:54:10Z raasch
     29! output of accelerator board information
     30! ibc_p_b = 2 removed
    2831!
    2932! 1108 2013-03-05 07:03:32Z raasch
  • palm/trunk/SOURCE/init_3d_model.f90

    r1111 r1112  
    2323! Current revisions:
    2424! ------------------
    25 ! openACC directives added for pres
    26 ! array diss allocated only if required
     25!
    2726!
    2827! Former revisions:
    2928! -----------------
    3029! $Id$
     30!
     31! 1111 2013-03-08 23:54:10Z raasch
     32! openACC directives added for pres
     33! array diss allocated only if required
    3134!
    3235! 1092 2013-02-02 11:24:22Z raasch
  • palm/trunk/SOURCE/init_pegrid.f90

    r1111 r1112  
    2020! Current revisions:
    2121! -----------------
    22 ! initialization of poisfft moved to poisfft
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27!
     28! 1111 2013-03-08 23:54:10Z raasch
     29! initialization of poisfft moved to module poisfft
    2730!
    2831! 1092 2013-02-02 11:24:22Z raasch
  • palm/trunk/SOURCE/modules.f90

    r1111 r1112  
    2020! Current revisions:
    2121! ------------------
    22 ! +tric, nr_timesteps_this_run
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27!
     28! 1111 2013-03-08 23:54:10Z raasch
     29! +tric, nr_timesteps_this_run
    2730!
    2831! 1106 2013-03-04 05:31:38Z raasch
  • palm/trunk/SOURCE/palm.f90

    r1111 r1112  
    2020! Current revisions:
    2121! -----------------
    22 ! openACC statements updated
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27!
     28! 1111 2013-03-08 23:54:10Z raasch
     29! openACC statements updated
    2730!
    2831! 1092 2013-02-02 11:24:22Z raasch
  • palm/trunk/SOURCE/poisfft.f90

    r1111 r1112  
    2020! Current revisions:
    2121! -----------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1111 2013-03-08 23:54:10Z raasch
    2229! further openACC porting of non-parallel (MPI) branch:
    2330! tridiagonal routines split into extermal subroutines (instead using CONTAINS),
    2431! 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
    2633! (otherwise "invalid device function" is indicated during runtime),
    2734! optimization of tridia routines: constant elements and coefficients of tri are
     
    3138! poisfft_init,
    3239! ibc_p_b = 2 removed
    33 !
    34 ! Former revisions:
    35 ! -----------------
    36 ! $Id$
    3740!
    3841! 1106 2013-03-04 05:31:38Z raasch
  • palm/trunk/SOURCE/poisfft_hybrid.f90

    r1111 r1112  
    2020! Current revisions:
    2121! -----------------
    22 ! poisfft_hybrid_ini is now called internally from poisfft_hybrid,
    23 ! ibc_p_b = 2 removed
     22!
    2423!
    2524! Former revisions:
    2625! -----------------
    2726! $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
    2831!
    2932! 1106 2013-03-04 05:31:38Z raasch
  • palm/trunk/SOURCE/pres.f90

    r1111 r1112  
    2020! Current revisions:
    2121! -----------------
    22 ! openACC statements added,
    23 ! ibc_p_b = 2 removed
     22!
    2423!
    2524! Former revisions:
    2625! -----------------
    2726! $Id$
     27!
     28! 1111 2013-03-08 23:54:10Z
     29! openACC statements added,
     30! ibc_p_b = 2 removed
    2831!
    2932! 1092 2013-02-02 11:24:22Z raasch
  • palm/trunk/SOURCE/prognostic_equations.f90

    r1111 r1112  
    2020! Current revisions:
    2121! ------------------
    22 ! update directives for prognostic quantities removed
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27!
     28! 1111 2013-03-08 23:54:10Z raasch
     29! update directives for prognostic quantities removed
    2730!
    2831! 1106 2013-03-04 05:31:38Z raasch
  • palm/trunk/SOURCE/swap_timelevel.f90

    r1111 r1112  
    2020! Current revisions:
    2121! -----------------
    22 ! openACC directives added
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27!
     28! 1111 2013-03-08 23:54:10Z raasch
     29! openACC directives added
    2730!
    2831! 1053 2012-11-13 17:11:03Z hoffmann
  • palm/trunk/SOURCE/time_integration.f90

    r1111 r1112  
    2020! Current revisions:
    2121! ------------------
    22 ! +internal timestep counter for cpu statistics added,
    23 ! openACC directives updated
     22!
    2423!
    2524! Former revisions:
    2625! -----------------
    2726! $Id$
     27!
     28! 1111 2013-03-08 23:54:10Z raasch
     29! +internal timestep counter for cpu statistics added,
     30! openACC directives updated
    2831!
    2932! 1092 2013-02-02 11:24:22Z raasch
  • palm/trunk/SOURCE/transpose.f90

    r1111 r1112  
    2020! Current revisions:
    2121! -----------------
    22 ! openACC directives added,
    23 ! resorting data from/to work changed, work got 4 dimensions instead of 1
     22!
    2423!
    2524! Former revisions:
    2625! -----------------
    2726! $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
    2831!
    2932! 1106 2013-03-04 05:31:38Z raasch
Note: See TracChangeset for help on using the changeset viewer.