Ignore:
Timestamp:
Mar 4, 2013 5:31:38 AM (11 years ago)
Author:
raasch
Message:

New:
---

Porting of FFT-solver for serial runs to GPU using CUDA FFT,
preprocessor lines in transpose routines rearranged, so that routines can also
be used in serial (non-parallel) mode,
transpositions also carried out in serial mode, routines fftx, fftxp replaced
by calls of fft_x, fft_x replaced by fft_x_1d in the 1D-decomposition routines
(Makefile, Makefile_check, fft_xy, poisfft, poisfft_hybrid, transpose, new: cuda_fft_interfaces)

--stdin argument for mpiexec on lckyuh, -y and -Y settings output to header (mrun)

Changed:


Module array_kind renamed precision_kind
(check_open, data_output_3d, fft_xy, modules, user_data_output_3d)

some format changes for coupled atmosphere-ocean runs (header)
small changes in code formatting (microphysics, prognostic_equations)

Errors:


bugfix: default value (0) assigned to coupling_start_time (modules)
bugfix: initial time for preruns of coupled runs is output as -coupling_start_time (data_output_profiles)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/INSTALL/example_cbl_rc

    r1097 r1106  
    11
    2  ***************************         ------------------------------------------
    3  * PALM 3.9  Rev: 1096     *         atmosphere - 3D - run without 1D - prerun
    4  ***************************         ------------------------------------------
    5 
    6  Date:              03-02-13         Run:       example_cbl         
    7  Time:              04:25:21         Run-No.:   00
    8  Run on host:         lcsgih
    9  Number of PEs:            8         Processor grid (x,y): (  2,  4) calculated
     2 ******************************      ------------------------------------------
     3 * PALM 3.9  Rev: 1106        *      atmosphere - 3D - run without 1D - prerun
     4 ******************************      ------------------------------------------
     5
     6 Date:                 04-03-13      Run:       example_cbl         
     7 Time:                 06:06:34      Run-No.:   00
     8 Run on host:            lcsgih
     9 Number of PEs:               8      Processor grid (x,y): (  2,  4) calculated
    1010 ------------------------------------------------------------------------------
    1111
     
    2525 ----------------------------------
    2626
    27  Timestep:          variable     maximum value: 20.000 s    CFL-factor: 0.90
    28  Start time:           0.000 s
    29  End time:          3600.000 s
     27 Timestep:             variable     maximum value: 20.000 s    CFL-factor: 0.90
     28 Start time:              0.000 s
     29 End time:             3600.000 s
    3030
    3131
Note: See TracChangeset for help on using the changeset viewer.