Changeset 4180 for palm/trunk/SOURCE/transpose.f90
- Timestamp:
- Aug 21, 2019 2:37:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/transpose.f90
r4171 r4180 33 33 ! OpenACC port for SPEC 34 34 ! 35 ! 3241 2018-09-12 15:02:00Z raasch36 ! unused variables removed37 !38 ! 2718 2018-01-02 08:49:38Z maronga39 ! Corrected "Former revisions" section40 !41 ! 2696 2017-12-14 17:12:51Z kanani42 ! Change in file header (GPL part)43 !44 ! 2119 2017-01-17 16:51:50Z raasch45 !46 ! 2118 2017-01-17 16:38:49Z raasch47 ! OpenACC directives removed48 !49 ! 2000 2016-08-20 18:09:15Z knoop50 ! Forced header and separation lines into 80 columns51 !52 ! 1682 2015-10-07 23:56:08Z knoop53 ! Code annotations made doxygen readable54 !55 ! 1324 2014-03-21 09:13:16Z suehring56 ! Bugfix: ONLY statement for module pegrid removed57 !58 ! 1320 2014-03-20 08:40:49Z raasch59 ! 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 to65 ! all variable declaration statements66 !67 ! 1318 2014-03-17 13:35:16Z raasch68 ! cpu_log_nowait parameter added to cpu measurements of the transpositions69 ! required for solving the Poisson equation (poisfft),70 ! module interfaces removed71 !72 ! 1257 2013-11-08 15:18:40Z raasch73 ! openacc loop and loop vector clauses removed74 !75 ! 1216 2013-08-26 09:31:42Z raasch76 ! re-sorting of the transposed / to be transposed arrays moved to separate77 ! routines resort_for_...78 !79 ! 1111 2013-03-08 23:54:10Z raasch80 ! openACC directives added,81 ! resorting data from/to work changed, work got 4 dimensions instead of 182 !83 ! 1106 2013-03-04 05:31:38Z raasch84 ! preprocessor lines rearranged so that routines can also be used in serial85 ! (non-parallel) mode86 !87 ! 1092 2013-02-02 11:24:22Z raasch88 ! unused variables removed89 !90 ! 1036 2012-10-22 13:43:42Z raasch91 ! code put under GPL (PALM 3.9)92 !93 ! 1003 2012-09-14 14:35:53Z raasch94 ! indices nxa, nya, etc. replaced by nx, ny, etc.95 !96 ! Revision 1.1 1997/07/24 11:25:18 raasch97 ! Initial revision98 !99 100 #define __acc_fft_device ( defined( _OPENACC ) && ( defined ( __cuda_fft ) ) )101 102 35 !------------------------------------------------------------------------------! 103 36 ! Description:
Note: See TracChangeset
for help on using the changeset viewer.