Changeset 8690 for trunk/MagicSoft/Mars/datacenter
- Timestamp:
- 08/22/07 11:10:36 (17 years ago)
- Location:
- trunk/MagicSoft/Mars/datacenter/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
r8688 r8690 73 73 # stage the needed files; to be removed as soon as the correct stub file size has been determined 74 74 echo "staging files:" >> $scriptlog 2>&1 75 da te=`grep Night $sequfile | cut -c 18-27 | sed -e "s/-/\//g"`75 day=`grep Night $sequfile | cut -c 18-27 | sed -e "s/-/\//g"` 76 76 runs=`grep ^Runs $sequfile | cut -d: -f2` 77 77 i=0 … … 80 80 do 81 81 files[i]=20*_0*${run}_[PCD]_*_E.raw.gz 82 echo ${ files[i]} >> $scriptlog 2>&182 echo ${datapath}/rawfiles/${day}/${files[i]} >> $scriptlog 2>&1 83 83 let i++ 84 84 done 85 85 86 ssh -nx phoenix "cd $ datapath/rawfiles/${date}; /opt/SUNWsamfs/bin/stage ${files[@]}"86 ssh -nx phoenix "cd ${datapath}/rawfiles/${day}; /opt/SUNWsamfs/bin/stage ${files[@]}" 87 87 88 88 -
trunk/MagicSoft/Mars/datacenter/scripts/runstar
r8525 r8690 73 73 setstatus "start" >> $scriptlog 2>&1 74 74 75 ssh pegasus /opt/SUNWsamfs/bin/stage $inpath/*_Y_*.root & 75 echo "staging files..." >> $scriptlog 2>&1 76 ssh -nx phoenix /opt/SUNWsamfs/bin/stage -V $inpath/20*_0*${run}_Y_*_E.root >> $scriptlog 2>&1 77 76 78 77 79 echo "./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.