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

    r3761 r4180  
    3030! OpenACC port for SPEC
    3131!
    32 ! 3241 2018-09-12 15:02:00Z raasch
    33 ! unused variables removed
    34 !
    35 ! 2718 2018-01-02 08:49:38Z maronga
    36 ! Corrected "Former revisions" section
    37 !
    38 ! 2696 2017-12-14 17:12:51Z kanani
    39 ! Change in file header (GPL part)
    40 ! 3D-Integer exchange on multigrid level (MS)
    41 !
    42 ! 2298 2017-06-29 09:28:18Z raasch
    43 ! sendrecv_in_background related parts removed
    44 !
    45 ! 2119 2017-01-17 16:51:50Z raasch
    46 !
    47 ! 2118 2017-01-17 16:38:49Z raasch
    48 ! OpenACC directives and related code removed
    49 !
    50 ! 2000 2016-08-20 18:09:15Z knoop
    51 ! Forced header and separation lines into 80 columns
    52 !
    53 ! 1804 2016-04-05 16:30:18Z maronga
    54 ! Removed code for parameter file check (__check)
    55 !
    56 ! 1682 2015-10-07 23:56:08Z knoop
    57 ! Code annotations made doxygen readable
    58 !
    59 ! 1677 2015-10-02 13:25:23Z boeske
    60 ! Added new routine for exchange of three-dimensional integer arrays
    61 !
    62 ! 1569 2015-03-12 07:54:38Z raasch
    63 ! bugfix in background communication part
    64 !
    65 ! 1348 2014-03-27 18:01:03Z raasch
    66 ! bugfix: on_device added to ONLY-list
    67 !
    68 ! 1344 2014-03-26 17:33:09Z kanani
    69 ! Added missing parameters to ONLY-attribute
    70 !
    71 ! 1320 2014-03-20 08:40:49Z raasch
    72 ! ONLY-attribute added to USE-statements,
    73 ! kind-parameters added to all INTEGER and REAL declaration statements,
    74 ! kinds are defined in new module kinds,
    75 ! revision history before 2012 removed,
    76 ! comment fields (!:) to be used for variable explanations added to
    77 ! all variable declaration statements
    78 !
    79 ! 1257 2013-11-08 15:18:40Z raasch
    80 ! openacc loop and loop vector clauses removed
    81 !
    82 ! 1128 2013-04-12 06:19:32Z raasch
    83 ! modifications for asynchronous transfer,
    84 ! local variables req, wait_stat are global now, and have been moved to module
    85 ! pegrid
    86 !
    87 ! 1113 2013-03-10 02:48:14Z raasch
    88 ! GPU-porting for single-core (1PE) mode
    89 !
    90 ! 1036 2012-10-22 13:43:42Z raasch
    91 ! code put under GPL (PALM 3.9)
    92 !
    93 ! 841 2012-02-28 12:29:49Z maronga
    94 ! Excluded routine from compilation of namelist_file_check
    95 !
    96 ! Revision 1.1  1997/07/24 11:13:29  raasch
    97 ! Initial revision
    98 !
    9932!
    10033! Description:
Note: See TracChangeset for help on using the changeset viewer.