Ignore:
Timestamp:
Dec 14, 2009 7:14:46 AM (15 years ago)
Author:
raasch
Message:

data asignments for dvrp arrays switched back to old settings due to runtime problems; type problem in mpi_waitall (poisfft_hybrid) fixed for mpi2 libraries

File:
1 edited

Legend:

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

    r392 r412  
    44! Current revisions:
    55! -----------------
    6 !
     6! Dimension of array stat in cascade change to prevent type problems with
     7! mpi2 libraries
    78!
    89! Former revisions:
     
    10031004       INTEGER, SAVE ::  tag = 10
    10041005#if defined( __parallel )
    1005        INTEGER, DIMENSION(MPI_STATUS_SIZE) :: stat
     1006       INTEGER, DIMENSION(MPI_STATUS_SIZE,1) :: stat
    10061007#endif
    10071008
Note: See TracChangeset for help on using the changeset viewer.