Changeset 4180 for palm/trunk/SOURCE/exchange_horiz.f90
- Timestamp:
- Aug 21, 2019 2:37:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/exchange_horiz.f90
r3761 r4180 30 30 ! OpenACC port for SPEC 31 31 ! 32 ! 3241 2018-09-12 15:02:00Z raasch33 ! unused variables removed34 !35 ! 2718 2018-01-02 08:49:38Z maronga36 ! Corrected "Former revisions" section37 !38 ! 2696 2017-12-14 17:12:51Z kanani39 ! Change in file header (GPL part)40 ! 3D-Integer exchange on multigrid level (MS)41 !42 ! 2298 2017-06-29 09:28:18Z raasch43 ! sendrecv_in_background related parts removed44 !45 ! 2119 2017-01-17 16:51:50Z raasch46 !47 ! 2118 2017-01-17 16:38:49Z raasch48 ! OpenACC directives and related code removed49 !50 ! 2000 2016-08-20 18:09:15Z knoop51 ! Forced header and separation lines into 80 columns52 !53 ! 1804 2016-04-05 16:30:18Z maronga54 ! Removed code for parameter file check (__check)55 !56 ! 1682 2015-10-07 23:56:08Z knoop57 ! Code annotations made doxygen readable58 !59 ! 1677 2015-10-02 13:25:23Z boeske60 ! Added new routine for exchange of three-dimensional integer arrays61 !62 ! 1569 2015-03-12 07:54:38Z raasch63 ! bugfix in background communication part64 !65 ! 1348 2014-03-27 18:01:03Z raasch66 ! bugfix: on_device added to ONLY-list67 !68 ! 1344 2014-03-26 17:33:09Z kanani69 ! Added missing parameters to ONLY-attribute70 !71 ! 1320 2014-03-20 08:40:49Z raasch72 ! 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 to77 ! all variable declaration statements78 !79 ! 1257 2013-11-08 15:18:40Z raasch80 ! openacc loop and loop vector clauses removed81 !82 ! 1128 2013-04-12 06:19:32Z raasch83 ! modifications for asynchronous transfer,84 ! local variables req, wait_stat are global now, and have been moved to module85 ! pegrid86 !87 ! 1113 2013-03-10 02:48:14Z raasch88 ! GPU-porting for single-core (1PE) mode89 !90 ! 1036 2012-10-22 13:43:42Z raasch91 ! code put under GPL (PALM 3.9)92 !93 ! 841 2012-02-28 12:29:49Z maronga94 ! Excluded routine from compilation of namelist_file_check95 !96 ! Revision 1.1 1997/07/24 11:13:29 raasch97 ! Initial revision98 !99 32 ! 100 33 ! Description:
Note: See TracChangeset
for help on using the changeset viewer.