Changeset 8690 for trunk/MagicSoft


Ignore:
Timestamp:
08/22/07 11:10:36 (17 years ago)
Author:
snruegam
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8689 r8690  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2007/08/22 Stefan Ruegamer
     22
     23   * datacenter/scripts/runcallisto
     24     - modified staging of files
     25   
     26   * datacenter/scripts/runstar
     27     - corrected server and added logfile entry for staging of files
     28
     29
    2030
    2131 2007/08/21 Thomas Bretz
  • trunk/MagicSoft/Mars/datacenter/scripts/runcallisto

    r8688 r8690  
    7373# stage the needed files; to be removed as soon as the correct stub file size has been determined
    7474echo "staging files:" >> $scriptlog 2>&1
    75 date=`grep Night $sequfile | cut -c 18-27 | sed -e "s/-/\//g"`
     75day=`grep Night $sequfile | cut -c 18-27 | sed -e "s/-/\//g"`
    7676runs=`grep ^Runs $sequfile | cut -d: -f2`
    7777i=0
     
    8080do
    8181   files[i]=20*_0*${run}_[PCD]_*_E.raw.gz
    82    echo ${files[i]} >> $scriptlog 2>&1
     82   echo ${datapath}/rawfiles/${day}/${files[i]} >> $scriptlog 2>&1
    8383   let i++
    8484done
    8585
    86 ssh -nx phoenix "cd $datapath/rawfiles/${date}; /opt/SUNWsamfs/bin/stage ${files[@]}"
     86ssh -nx phoenix "cd ${datapath}/rawfiles/${day}; /opt/SUNWsamfs/bin/stage ${files[@]}"
    8787
    8888
  • trunk/MagicSoft/Mars/datacenter/scripts/runstar

    r8525 r8690  
    7373setstatus "start" >> $scriptlog 2>&1
    7474
    75 ssh pegasus /opt/SUNWsamfs/bin/stage $inpath/*_Y_*.root &
     75echo "staging files..." >> $scriptlog 2>&1
     76ssh -nx phoenix /opt/SUNWsamfs/bin/stage -V $inpath/20*_0*${run}_Y_*_E.root >> $scriptlog 2>&1
     77
    7678
    7779echo "./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
Note: See TracChangeset for help on using the changeset viewer.