Changeset 8688 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
08/21/07 18:06:53 (17 years ago)
Author:
snruegam
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8687 r8688  
    3333     - changed fgIntegralLoLim from 0.7 to 0.8
    3434
     35
     36
    3537 2007/08/21 Stefan Ruegamer
    3638
    3739   * datacenter/scripts/movingrawfiles_OK
    3840     - removed rmdir -p option
     41     
     42   * datacenter/scripts/runcallisto
     43     - added staging of files
    3944
    4045
  • trunk/MagicSoft/Mars/datacenter/scripts/runcallisto

    r8525 r8688  
    7070makedir $outpath >> $scriptlog 2>&1
    7171sequfile="$sequpath/$no/sequence$no2.txt"
     72
     73# stage the needed files; to be removed as soon as the correct stub file size has been determined
     74echo "staging files:" >> $scriptlog 2>&1
     75date=`grep Night $sequfile | cut -c 18-27 | sed -e "s/-/\//g"`
     76runs=`grep ^Runs $sequfile | cut -d: -f2`
     77i=0
     78
     79for run in ${runs[@]}
     80do
     81   files[i]=20*_0*${run}_[PCD]_*_E.raw.gz
     82   echo ${files[i]} >> $scriptlog 2>&1
     83   let i++
     84done
     85
     86ssh -nx phoenix "cd $datapath/rawfiles/${date}; /opt/SUNWsamfs/bin/stage ${files[@]}"
     87
    7288
    7389# define callisto.rc files
Note: See TracChangeset for help on using the changeset viewer.