Ignore:
Timestamp:
May 14, 2020 6:35:22 PM (4 years ago)
Author:
raasch
Message:

I/O on reduced number of cores added (using shared memory MPI)

File:
1 edited

Legend:

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

    r4518 r4534  
    2525! -----------------
    2626! $Id$
     27! adjustments for I/O on reduced number of cores using shared memory MPI
     28!
     29! 4518 2020-05-04 15:44:28Z suehring
    2730! Move input of diagnostic output quantities to doq_rrd_local
    2831!
     
    833836       CALL close_file( 13 )
    834837
    835     ELSEIF ( TRIM( restart_data_format_input ) == 'mpi' )  THEN
     838    ELSEIF ( restart_data_format_input(1:3) == 'mpi' )  THEN
    836839!
    837840!--    Read global restart data using MPI-IO
     
    843846!
    844847!--    Open the MPI-IO restart file.
    845        CALL rd_mpi_io_open( 'read', 'BININ' // TRIM( coupling_char ) )
     848       CALL rd_mpi_io_open( 'read', 'BININ' // TRIM( coupling_char ),                              &
     849                            open_for_global_io_only = .TRUE. )
    846850
    847851!
     
    21582162
    21592163
    2160     ELSEIF ( TRIM( restart_data_format_input ) == 'mpi' )  THEN
     2164    ELSEIF ( restart_data_format_input(1:3) == 'mpi' )  THEN
    21612165
    21622166!
Note: See TracChangeset for help on using the changeset viewer.