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/transpose.f90

    r4171 r4180  
    3333! OpenACC port for SPEC
    3434!
    35 ! 3241 2018-09-12 15:02:00Z raasch
    36 ! unused variables removed
    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 ! 2119 2017-01-17 16:51:50Z raasch
    45 !
    46 ! 2118 2017-01-17 16:38:49Z raasch
    47 ! OpenACC directives removed
    48 !
    49 ! 2000 2016-08-20 18:09:15Z knoop
    50 ! Forced header and separation lines into 80 columns
    51 !
    52 ! 1682 2015-10-07 23:56:08Z knoop
    53 ! Code annotations made doxygen readable
    54 !
    55 ! 1324 2014-03-21 09:13:16Z suehring
    56 ! Bugfix: ONLY statement for module pegrid removed
    57 !
    58 ! 1320 2014-03-20 08:40:49Z raasch
    59 ! ONLY-attribute added to USE-statements,
    60 ! kind-parameters added to all INTEGER and REAL declaration statements,
    61 ! kinds are defined in new module kinds,
    62 ! old module precision_kind is removed,
    63 ! revision history before 2012 removed,
    64 ! comment fields (!:) to be used for variable explanations added to
    65 ! all variable declaration statements
    66 !
    67 ! 1318 2014-03-17 13:35:16Z raasch
    68 ! cpu_log_nowait parameter added to cpu measurements of the transpositions
    69 ! required for solving the Poisson equation (poisfft),
    70 ! module interfaces removed
    71 !
    72 ! 1257 2013-11-08 15:18:40Z raasch
    73 ! openacc loop and loop vector clauses removed
    74 !
    75 ! 1216 2013-08-26 09:31:42Z raasch
    76 ! re-sorting of the transposed / to be transposed arrays moved to separate
    77 ! routines resort_for_...
    78 !
    79 ! 1111 2013-03-08 23:54:10Z raasch
    80 ! openACC directives added,
    81 ! resorting data from/to work changed, work got 4 dimensions instead of 1
    82 !
    83 ! 1106 2013-03-04 05:31:38Z raasch
    84 ! preprocessor lines rearranged so that routines can also be used in serial
    85 ! (non-parallel) mode
    86 !
    87 ! 1092 2013-02-02 11:24:22Z raasch
    88 ! unused variables removed
    89 !
    90 ! 1036 2012-10-22 13:43:42Z raasch
    91 ! code put under GPL (PALM 3.9)
    92 !
    93 ! 1003 2012-09-14 14:35:53Z raasch
    94 ! indices nxa, nya, etc. replaced by nx, ny, etc.
    95 !
    96 ! Revision 1.1  1997/07/24 11:25:18  raasch
    97 ! Initial revision
    98 !
    99 
    100 #define __acc_fft_device ( defined( _OPENACC ) && ( defined ( __cuda_fft ) ) )
    101 
    10235!------------------------------------------------------------------------------!
    10336! Description:
Note: See TracChangeset for help on using the changeset viewer.