Ignore:
Timestamp:
08/22/07 11:10:36 (17 years ago)
Author:
snruegam
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.