Changeset 9137


Ignore:
Timestamp:
09/16/08 11:28:43 (16 years ago)
Author:
snruegam
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9136 r9137  
    3030     - removed phoenix login, the script is being executed now via
    3131       read_lapalma_tapes from phoenix
     32     - added check for empty md5 files
    3233
    3334   * datacenter/scripts/runstar:
  • trunk/MagicSoft/Mars/datacenter/scripts/runstar

    r9136 r9137  
    7777ssh -nx phoenix /opt/SUNWsamfs/bin/stage -V $inpath/20[01][0-9]*_0*${run}_Y_*.root >> $scriptlog 2>&1
    7878
    79 
    80 # define star.rc files
    81 starrcnew=$setuppath/$program/star.rc
    82 starrcmux=$setuppath/$program/star_mux.rc
    83 # link star.rc file
    84 echo "linking the star.rc file to $outpath" >> $scriptlog 2>&1
    85 if [ $sequence -gt 200000 ]
    86 then
    87    ln -vsf $starrcmux $outpath/star.rc >> $scriptlog 2>&1
    88 else
    89    ln -vsf $starrcnew $outpath/star.rc >> $scriptlog 2>&1
    90 fi
    91 starrcseq=$outpath/star.rc
    92 
    93 echo "./star -b -q -v4 -f --log=$outpath/$program$no2.log --html=$outpath/$program$no2.html --ind=$inpath --out=$outpath $sequfile --config=$starrcseq 2>> $scriptlog> /dev/null" >> $scriptlog 2>&1
    94 ./star -b -q -v4 -f --log=$outpath/$program$no2.log --html=$outpath/$program$no2.html --ind=$inpath --out=$outpath $sequfile --config=$starrcseq 2>> $scriptlog> /dev/null
     79echo "./star -b -q -v4 -f --log=$outpath/$program$no2.log --html=$outpath/$program$no2.html --ind=$inpath --out=$outpath $sequfile 2>> $scriptlog> /dev/null" >> $scriptlog 2>&1
     80./star -b -q -v4 -f --log=$outpath/$program$no2.log --html=$outpath/$program$no2.html --ind=$inpath --out=$outpath $sequfile 2>> $scriptlog> /dev/null
    9581check1=$?
    9682
     
    10995
    11096finish >> $scriptlog 2>&1
    111 
Note: See TracChangeset for help on using the changeset viewer.