Ignore:
Timestamp:
May 29, 2018 8:02:15 AM (6 years ago)
Author:
Giersch
Message:

Remaining error messages revised, comments extended

File:
1 edited

Legend:

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

    r3045 r3046  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! Error messages revised
    2323!
    2424! Former revisions:
     
    144144    IF ( terminate_run  .AND.  myid == 0 )  THEN
    145145       WRITE( message_string, * ) 'run will be terminated because it is ',     &
    146                        'running out of job cpu limit, ',                       &
    147                        'remaining time:         ', remaining_time, ' s',       &
     146                       'running out of job cpu limit & ',                      &
     147                       'remaining time:         ', remaining_time, ' s &',     &
    148148                       'termination time needed:', termination_time_needed, ' s'
    149149       CALL message( 'check_for_restart', 'PA0163', 0, 1, 0, 6, 0 )
     
    187187                                  'forced a job finalization using a flag',    &
    188188                                  'file:',                                     &
    189                                   ' DO_STOP_NOW: ', do_stop_now,               &
    190                                   ' DO_RESTART_NOW: ', do_restart_now
     189                                  '&DO_STOP_NOW: ', do_stop_now,               &
     190                                  '&DO_RESTART_NOW: ', do_restart_now
    191191          CALL message( 'check_for_restart', 'PA0398', 0, 0, 0, 6, 0 )
    192192
Note: See TracChangeset for help on using the changeset viewer.