Ignore:
Timestamp:
Aug 26, 2013 9:31:42 AM (12 years ago)
Author:
raasch
Message:

overlapping execution of fft and transpositions (MPI_ALLTOALL), but real overlapping is not activated so far,
fftw implemented for 1D-decomposition
resorting of arrays moved to separate routines resort_for_...
bugfix in mbuild concerning Makefile_check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/header.f90

    r1213 r1216  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! output for transpose_compute_overlap
    2323!
    2424! Former revisions:
     
    332332    IF ( psolver(1:7) == 'poisfft' )  THEN
    333333       WRITE ( io, 111 )  TRIM( fft_method )
     334       IF ( transpose_compute_overlap )  WRITE( io, 115 )
    334335    ELSEIF ( psolver == 'sor' )  THEN
    335336       WRITE ( io, 112 )  nsor_ini, nsor, omega_sor
     
    16531654113 FORMAT (' --> Momentum advection via Piascek-Williams-Scheme (Form C3)', &
    16541655                  ' or Upstream')
     1656115 FORMAT ('     FFT and transpositions are overlapping')
    16551657116 FORMAT (' --> Scalar advection via Piascek-Williams-Scheme (Form C3)', &
    16561658                  ' or Upstream')
Note: See TracChangeset for help on using the changeset viewer.