Changeset 9086 for trunk/MagicSoft
- Timestamp:
- 08/04/08 19:42:04 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9084 r9086 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2008/08/04 Daniela Dorner 22 23 * datacenter/scripts/runstar: 24 - removed linking of rc-files and command line argument --config 25 (usage of star_mux.rc not needed anymore) 26 27 20 28 21 29 2008/08/04 Thomas Bretz -
trunk/MagicSoft/Mars/datacenter/scripts/runstar
r9054 r9086 77 77 ssh -nx phoenix /opt/SUNWsamfs/bin/stage -V $inpath/20*_0*${run}_Y_*_E.root >> $scriptlog 2>&1 78 78 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 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 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 95 81 check1=$? 96 82
Note:
See TracChangeset
for help on using the changeset viewer.