Ignore:
Timestamp:
May 17, 2020 5:24:13 PM (4 years ago)
Author:
raasch
Message:

messages and debug output converted to PALM routines (restart_data_mpi_io_mod), binary version number set to 5.0, heeader output for restart data format added, restart data filesize and I/O transfer speed added in cpu_measures, handling of single restart files (created with MPI-I/O) added to palmrun, bugfix: preprocessor directive adjusted (virtual_measurement_mod), location message format changed

File:
1 edited

Legend:

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

    r4535 r4536  
    265265         TRIM( restart_data_format ) /= 'mpi_shared_memory' )  THEN
    266266       message_string = 'illegal restart data format "' // TRIM( restart_data_format ) // '"'
    267        CALL message( 'check_parameters', 'PA....', 1, 2, 0, 6, 0 )
     267       CALL message( 'check_parameters', 'PA0724', 1, 2, 0, 6, 0 )
    268268    ENDIF
    269269
     
    278278         TRIM( restart_data_format_input ) /= 'mpi'             .AND.                              &
    279279         TRIM( restart_data_format_input ) /= 'mpi_shared_memory' )  THEN
    280        message_string = 'illegal restart data input format "' //                                   &
     280       message_string = 'illegal restart input data format "' //                                   &
    281281                        TRIM( restart_data_format_input ) // '"'
    282        CALL message( 'check_parameters', 'PA....', 1, 2, 0, 6, 0 )
     282       CALL message( 'check_parameters', 'PA0725', 1, 2, 0, 6, 0 )
    283283    ENDIF
    284284    IF ( TRIM( restart_data_format_output ) /= 'fortran_binary'  .AND.                             &
    285285         TRIM( restart_data_format_output ) /= 'mpi'             .AND.                             &
    286286         TRIM( restart_data_format_output ) /= 'mpi_shared_memory' )  THEN
    287        message_string = 'illegal restart data output format "' //                                  &
     287       message_string = 'illegal restart output data format "' //                                  &
    288288                        TRIM( restart_data_format_output ) // '"'
    289        CALL message( 'check_parameters', 'PA....', 1, 2, 0, 6, 0 )
     289       CALL message( 'check_parameters', 'PA0726', 1, 2, 0, 6, 0 )
    290290    ENDIF
    291291
Note: See TracChangeset for help on using the changeset viewer.