Ignore:
Timestamp:
Feb 9, 2011 2:25:15 PM (13 years ago)
Author:
raasch
Message:

New:
---

optional exchange of ghost points in synchronous mode via MPI_SENDRCV,
steered by d3par parameter synchronous_exchange
(cpu_statistics, exchange_horiz, modules, parin)

openMP-parallelization of pressure solver (fft-method) for 2d-domain-decomposition
(poisfft, transpose)

Changed:


Errors:


mpt bugfix for netCDF4 usage (mrun)

File:
1 edited

Legend:

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

    r674 r683  
    55! Current revisions:
    66! -----------------
     7! +synchronous_exchange
    78!
    89! Former revisions:
     
    12271228    INTEGER, DIMENSION(:), ALLOCATABLE ::  ngp_yz, type_xz, type_yz
    12281229
    1229     LOGICAL ::  collective_wait = .FALSE., reorder = .TRUE.
     1230    LOGICAL ::  collective_wait = .FALSE., reorder = .TRUE., &
     1231                synchronous_exchange = .FALSE.
    12301232    LOGICAL, DIMENSION(2) ::  cyclic = (/ .TRUE. , .TRUE. /), &
    12311233                              remain_dims
Note: See TracChangeset for help on using the changeset viewer.