Ignore:
Timestamp:
Apr 15, 2020 8:37:26 AM (4 years ago)
Author:
raasch
Message:

bugfixes for restart with MPI-IO: problem with posix read arguments for surface data fixed, MPI barrier removed, coupling character added to restart input and output filename

File:
1 edited

Legend:

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

    r4495 r4496  
    2525! -----------------
    2626! $Id$
     27! bugfix: MPI barrier removed, coupling character added to input filename
     28!
     29! 4495 2020-04-13 20:11:20Z raasch
    2730! restart data handling with MPI-IO added
    2831!
     
    842845!
    843846!--    Open the MPI-IO restart file.
    844        CALL rd_mpi_io_open( 'read', 'BININ', only_global = .TRUE. )
     847       CALL rd_mpi_io_open( 'read', 'BININ' // TRIM( coupling_char ), only_global = .TRUE. )
    845848
    846849!
     
    11411144       CALL rd_mpi_io_close
    11421145
    1143 #if defined( __parallel )
    1144        CALL MPI_BARRIER( MPI_COMM_WORLD, ierr )
    1145 #endif
    1146 
    11471146    ENDIF
    11481147
Note: See TracChangeset for help on using the changeset viewer.