Ignore:
Timestamp:
01/31/06 14:53:08 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/runcallisto

    r7465 r7467  
    170170  fi
    171171
    172   echo "run callisto..." >> $scriptlog 2>&1
     172  echo "run $program..." >> $scriptlog 2>&1
     173  setstatus "start"
     174
    173175  ./callisto -b -q -v4 -f -raw --log=$outpath/$program$no2.log --html=$outpath/$program$no2.html --out=$outpath --config=$callistorcseq $sequfile  2>> $scriptlog > /dev/null
    174176  check1=$?
     
    206208             then
    207209                echo "no ccfile found for run "$runno >> $scriptlog 2>&1
    208                 break 2
     210                com="no ccfile for run $runno"
     211                check=0
     212                break
    209213             fi
    210214             echo "cacofile: "$cacofile >> $scriptlog 2>&1
     
    229233                   fi
    230234                done
     235                echo "no cacofile found" >> $scriptlog 2>&1
     236                com="no cacofile for run $runno"
     237                check=0
     238                break
    231239             fi
    232240             ./merpp -u --log=$merpplogpath/merppccupdate$runno.log --html=$merpplogpath/merppccupdate$runno.html --auto-time-stop --runfile=$runno $ccfile $calfile 2>> $scriptlog> /dev/null
     
    235243                     0)   echo "check2=$check2 -> everything ok, merppccupdate worked -> continue" >> $scriptlog 2>&1;;
    236244                     *)   echo "check2=$check2 -> ERROR -> merppccupdate failed" >> $scriptlog 2>&1
    237                           continue 2 ;;
     245                          com="merppccupdate failed for run $runno"
     246                          check=$check2
     247                          break ;;
    238248             esac
    239249             ./merpp -u --log=$merpplogpath/merppcacoupdate$runno.log --html=$merpplogpath/merppcacoupdate$runno.html --auto-time $cacofile $calfile 2>> $scriptlog> /dev/null
     
    242252                     0)   echo "check3=$check3 -> everything ok, merppcacoupdate worked -> continue" >> $scriptlog 2>&1;;
    243253                     *)   echo "check3=$check3 -> ERROR -> merppcacoupdate failed" >> $scriptlog 2>&1
    244                           continue 2 ;;
     254                          com="merppcacoupdate failed for run $runno"
     255                          check=$check3
     256                          break ;;
    245257             esac
    246258          done
    247          
    248           # set status for calibration if merpp updates are also done
    249           echo "inserting the status for $program for sequence $sequence into the db" >> $scriptlog 2>&1
    250           statustime="Now()"
    251           failed="NULL"
    252           starttime="NULL"
    253           failedtime="NULL"
    254           var1=$no
    255           var2=$no2
    256           setstatus
    257259          ;;
    258      *)   echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1;;
     260     *)   echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
     261          com="calibration failed"
     262          check=$check1
     263          ;;
    259264  esac
     265  # set status
     266  echo "inserting the status for $program for sequence $sequence into the db" >> $scriptlog 2>&1
     267  setstatus "stop"
    260268done
    261269
Note: See TracChangeset for help on using the changeset viewer.