Ignore:
Timestamp:
Aug 21, 2019 2:37:54 PM (5 years ago)
Author:
scharf
Message:

removed comments in 'Former revisions' section that are older than 01.01.2019

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/fft_xy_mod.f90

    r4069 r4180  
    3030! OpenACC port for SPEC
    3131!
    32 ! 3241 2018-09-12 15:02:00Z raasch
    33 ! preprocessor switches for variables that are required on NEC only
    34 !
    35 ! 3045 2018-05-28 07:55:41Z Giersch
    36 ! Error messages revised
    37 !
    38 ! 2718 2018-01-02 08:49:38Z maronga
    39 ! Corrected "Former revisions" section
    40 !
    41 ! 2696 2017-12-14 17:12:51Z kanani
    42 ! Change in file header (GPL part)
    43 !
    44 ! 2300 2017-06-29 13:31:14Z raasch
    45 ! NEC related code partly removed, host replaced by loop_optimization
    46 !
    47 ! 2274 2017-06-09 13:27:48Z Giersch
    48 ! Changed error messages
    49 !
    50 ! 2119 2017-01-17 16:51:50Z raasch
    51 !
    52 ! 2118 2017-01-17 16:38:49Z raasch
    53 ! OpenACC directives and CUDA-fft related code removed
    54 !
    55 ! 2000 2016-08-20 18:09:15Z knoop
    56 ! Forced header and separation lines into 80 columns
    57 !
    58 ! 1850 2016-04-08 13:29:27Z maronga
    59 ! Module renamed
    60 !
    61 ! 1815 2016-04-06 13:49:59Z raasch
    62 ! cpp-directives for ibmy removed
    63 !
    64 ! 1749 2016-02-09 12:19:56Z raasch
    65 ! small OpenACC bugfix
    66 !
    67 ! 1682 2015-10-07 23:56:08Z knoop
    68 ! Code annotations made doxygen readable
    69 !
    70 ! 1600 2015-06-11 15:50:12Z raasch
    71 ! bugfix: openMP threadprivate statement moved after variable declaration
    72 !
    73 ! 1482 2014-10-18 12:34:45Z raasch
    74 ! cudafft workaround for data declaration of ar_tmp because of PGI 14.1 bug
    75 !
    76 ! 1402 2014-05-09 14:25:13Z raasch
    77 ! fortran bugfix for r1392
    78 !
    79 ! 1398 2014-05-07 11:15:00Z heinze
    80 ! bugfix: typo removed for KIND in CMPLX function
    81 !
    82 ! 1392 2014-05-06 09:10:05Z raasch
    83 ! bugfix: KIND attribute added to CMPLX functions
    84 !
    85 ! 1374 2014-04-25 12:55:07Z raasch
    86 ! bugfixes: missing variables added to ONLY list, dpk renamed dp
    87 !
    88 ! 1372 2014-04-24 06:29:32Z raasch
    89 ! openMP-bugfix for fftw: some arrays defined as threadprivate
    90 !
    91 ! 1353 2014-04-08 15:21:23Z heinze
    92 ! REAL constants provided with KIND-attribute
    93 !
    94 ! 1342 2014-03-26 17:04:47Z kanani
    95 ! REAL constants defined as wp-kind
    96 !
    97 ! 1322 2014-03-20 16:38:49Z raasch
    98 ! REAL functions provided with KIND-attribute
    99 !
    100 ! 1320 2014-03-20 08:40:49Z raasch
    101 ! ONLY-attribute added to USE-statements,
    102 ! kind-parameters added to all INTEGER and REAL declaration statements,
    103 ! kinds are defined in new module kinds,
    104 ! old module precision_kind is removed,
    105 ! revision history before 2012 removed,
    106 ! comment fields (!:) to be used for variable explanations added to
    107 ! all variable declaration statements
    108 !
    109 ! 1304 2014-03-12 10:29:42Z raasch
    110 ! openmp bugfix: work1 used in Temperton algorithm must be private
    111 !
    112 ! 1257 2013-11-08 15:18:40Z raasch
    113 ! openacc loop and loop vector clauses removed, declare create moved after
    114 ! the FORTRAN declaration statement
    115 !
    116 ! 1219 2013-08-30 09:33:18Z heinze
    117 ! bugfix: use own branch for fftw
    118 !
    119 ! 1216 2013-08-26 09:31:42Z raasch
    120 ! fft_x and fft_y modified for parallel / ovverlapping execution of fft and
    121 ! transpositions,
    122 ! fftw implemented for 1d-decomposition (fft_x_1d, fft_y_1d)
    123 !
    124 ! 1210 2013-08-14 10:58:20Z raasch
    125 ! fftw added
    126 !
    127 ! 1166 2013-05-24 13:55:44Z raasch
    128 ! C_DOUBLE/COMPLEX reset to dpk
    129 !
    130 ! 1153 2013-05-10 14:33:08Z raasch
    131 ! code adjustment of data types for CUDA fft required by PGI 12.3 / CUDA 5.0
    132 !
    133 ! 1111 2013-03-08 23:54:10Z raasch
    134 ! further openACC statements added, CUDA branch completely runs on GPU
    135 ! bugfix: CUDA fft plans adjusted for domain decomposition (before they always
    136 ! used total domain)
    137 !
    138 ! 1106 2013-03-04 05:31:38Z raasch
    139 ! CUDA fft added
    140 ! array_kind renamed precision_kind, 3D- instead of 1D-loops in fft_x and fft_y
    141 ! old fft_x, fft_y become fft_x_1d, fft_y_1d and are used for 1D-decomposition
    142 !
    143 ! 1092 2013-02-02 11:24:22Z raasch
    144 ! variable sizw declared for NEC case only
    145 !
    146 ! 1036 2012-10-22 13:43:42Z raasch
    147 ! code put under GPL (PALM 3.9)
    148 !
    149 ! Revision 1.1  2002/06/11 13:00:49  raasch
    150 ! Initial revision
    151 !
    15232!
    15333! Description:
Note: See TracChangeset for help on using the changeset viewer.