Ignore:
Timestamp:
Feb 7, 2019 10:11:02 AM (5 years ago)
Author:
raasch
Message:

modifications to avoid compiler warnings about unused variables, temperton-fft: GOTO statements replaced, file re-formatted corresponding to coding standards, ssh-calls for compilations on remote systems modified to avoid output of login messages on specific systems changed again (palmbuild, reverted as before r3549), error messages for failed restarts extended (palmrun)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palmrun

    r3682 r3725  
    2727# -----------------
    2828# $Id$
     29# error messages for failed restarts extended
     30#
     31# 3682 2019-01-18 17:01:54Z knoop
    2932# ssh-call for submitting batch jobs on remote systems modified again to avoid output
    3033# of login messages on specific systems
     
    27992802
    28002803          # CHECK, IF RESTART JOB HAS BEEN STARTED
    2801        if [[ $( grep -c "+++ palmrun killed"  palmrun_restart.log ) != 0 ]]
     2804       if [[ $( grep -c "+++ palmrun crashed"  palmrun_restart.log ) != 0 ]]
    28022805       then
    28032806          printf "\n$dashes\n  +++ creating restart run failed \n"
     
    28052808          rm  palmrun_restart.log
    28062809          exit
     2810       elif [[ $( grep -c "*** palmrun finished"  palmrun_restart.log ) != 1 ]]
     2811       then
     2812          printf "\n$dashes\n  +++ creating restart run failed, probably due to network problems\n"
     2813          locat=create_restart
     2814          rm  palmrun_restart.log
     2815          exit       
    28072816       else
    28082817          printf "\n$dashes\n  *** restart run initiated \n"
Note: See TracChangeset for help on using the changeset viewer.