Ignore:
Timestamp:
05/17/07 11:39:06 (17 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/scripts/processsequence

    r8514 r8523  
    222222   echo "run $program..."
    223223   logfile=$calpath/$program$sequence.log
    224    command="./$program -b -q -f --log=$logfile --out=$calpath $calrc $sequfile "
     224   command="./$program -b -q -f -v5 --log=$logfile --out=$calpath $calrc $sequfile "
    225225   echo $command
    226226   $command
     
    280280      program=merppccupdate
    281281      logfile=$merpplogpath/$program$runno.log
    282       command="./merpp -u --log=$logfile --runfile=$runno $ccfile $calfile "
     282      command="./merpp -u -v5 --log=$logfile --runfile=$runno $ccfile $calfile "
    283283      echo $command
    284284      $command
     
    288288      program=merppcacoupdate
    289289      logfile=$merpplogpath/$program$runno.log
    290       command="./merpp -u --log=$logfile --auto-time $cacofile $calfile"
     290      command="./merpp -u -v5 --log=$logfile --auto-time $cacofile $calfile"
    291291      echo $command
    292292      $command
     
    309309   then
    310310      echo "couldn't find $calpath => taking standard inpath for $program"
    311       command="./$program -b -q -f --log=$logfile --out=$starpath $sequfile"
     311      command="./$program -b -q -f -v5 --log=$logfile --out=$starpath $sequfile"
    312312      echo $command
    313313      $command
    314314   else
    315       command="./$program -b -q -f --log=$logfile --ind=$calpath --out=$starpath $sequfile"
     315      command="./$program -b -q -f -v5 --log=$logfile --ind=$calpath --out=$starpath $sequfile"
    316316      echo $command
    317317      $command
Note: See TracChangeset for help on using the changeset viewer.