Ignore:
Timestamp:
02/03/06 10:35:02 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7469 r7474  
    217217             if [ "$cacofile" = "" ]
    218218             then
    219                 echo "no cacofile found for run "$runno >> $scriptlog 2>&1
     219                echo "cacofile with no $runno not found" >> $scriptlog 2>&1
    220220                echo "finding cacofile..." >> $scriptlog 2>&1
    221221                for (( i = 0; i <= 10; i++ ))
     
    229229                   if [ "$cacofile" = "" ]
    230230                   then
     231                      if [ $i -eq 9 ]
     232                      then
     233                         echo "no cacofile found" >> $scriptlog 2>&1
     234                         com="no cacofile for run $runno"
     235                         check=0
     236                      fi   
    231237                      continue
    232238                   else
     
    235241                   fi
    236242                done
    237                 echo "no cacofile found" >> $scriptlog 2>&1
    238                 com="no cacofile for run $runno"
    239                 check=0
    240                 break
    241243             fi
    242244             ./merpp -u --log=$merpplogpath/merppccupdate$runno.log --html=$merpplogpath/merppccupdate$runno.html --auto-time-stop --runfile=$runno $ccfile $calfile 2>> $scriptlog> /dev/null
Note: See TracChangeset for help on using the changeset viewer.