Changes between Version 216 and Version 217 of doc/tec/changelog_2018


Ignore:
Timestamp:
Mar 4, 2013 5:28:43 AM (12 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/changelog_2018

    v216 v217  
    1111
    1212||='''Date'''  =||='''Author'''  =||='''svn\\Revision'''  =||='''Last\\Release'''  =||='''Type''' =||='''Description''' =||
     13|----------------
     14{{{#!td style="vertical-align:top;width: 50px"
     1504/03/13
     16}}}
     17{{{#!td style="vertical-align:top;width: 50px"
     18SR
     19}}}
     20{{{#!td style="vertical-align:top;width: 75px"
     21r1106
     22}}}
     23{{{#!td style="vertical-align:top"
     243.9
     25}}}
     26{{{#!td style="vertical-align:top"
     27N, B, C
     28}}}
     29{{{#!td style="vertical-align:top"
     30'''New:'''\\
     31Start with porting of FFT-solver for serial runs to GPU using CUDA FFT. It will be finished in some later revision. The porting required to rearrange preprocessor lines in the transpose routines, so that they can also
     32be used in serial (non-parallel) mode. The transpositions are now also carried out in the serial mode, which makes it a little bit slower. Routines {{{fftx}}}, {{{fftxp}}} have been replaced by calls of {{{fft_x}}}. In turn, the old {{{fft_x}}} has been renamed {{{fft_x_1d}}} and is now used for the 1D-decomposition routines.
     33(Makefile, Makefile_check, fft_xy, poisfft, poisfft_hybrid, transpose, '''new:''' cuda_fft_interfaces)
     34
     35{{{--stdin}}} argument has been added to {{{mpiexec}}} statement on {{{lckyuh}}}. Argument settings of {{{-y}}} and {{{-Y}}} output to header. (mrun)
     36
     37'''Changed:'''\\
     38Module {{{array_kind}}} renamed {{{precision_kind}}}. (check_open, data_output_3d, fft_xy, modules, user_data_output_3d)
     39
     40Some format changes for coupled atmosphere-ocean runs. (header)
     41
     42Small changes in code formatting. (microphysics, prognostic_equations)
     43
     44'''Bugfixes:'''\\
     45Default value (0) assigned to {{{coupling_start_time}}}. (modules)
     46
     47Initial time for preruns of coupled runs is output as {{{-coupling_start_time}}}. (data_output_profiles)
     48}}}
    1349|----------------
    1450{{{#!td style="vertical-align:top;width: 50px"