Changeset 7141
- Timestamp:
- 06/08/05 11:21:22 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7140 r7141 26 26 - fixed bug 27 27 - added check 28 29 * datacenter/scripts/runstar, runcallisto, runganymed: 30 - added -v4 to commandlines 28 31 29 32 -
trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
r7139 r7141 200 200 201 201 echo "run callisto..." >> $scriptlog 2>&1 202 ./callisto -b -q - f -raw --log=$outpath/callisto$no2.log --html=$outpath/callisto$no2.html --out=$outpath --config=$callistorcseq $sequfile 2>> $scriptlog > /dev/null202 ./callisto -b -q -v4 -f -raw --log=$outpath/callisto$no2.log --html=$outpath/callisto$no2.html --out=$outpath --config=$callistorcseq $sequfile 2>> $scriptlog > /dev/null 203 203 check1=$? 204 204 -
trunk/MagicSoft/Mars/datacenter/scripts/runganymed
r7138 r7141 193 193 194 194 echo "run ganymed..." >> $scriptlog 2>&1 195 ./ganymed -b -q - f --sum --config=$ganymedrc.rc --log=$outpath/ganymed$no2.log --html=$outpath/ganymed$no2.html --out=$outpath $datasetfile 2>> $scriptlog> /dev/null195 ./ganymed -b -q -v4 -f --sum --config=$ganymedrc.rc --log=$outpath/ganymed$no2.log --html=$outpath/ganymed$no2.html --out=$outpath $datasetfile 2>> $scriptlog> /dev/null 196 196 check1=$? 197 197 … … 199 199 0) echo "check1=$check1 -> everthing ok " >> $scriptlog 2>&1 200 200 echo "-> do ganymed a second time " >> $scriptlog 2>&1 201 ./ganymed -b -q - f --skip-res --config=$ganymedrc-fs.rc --log=$outpath/ganymed$no2-fs.log --html=$outpath/ganymed$no2-fs.html --out=$outpath --outf=ganymed$no2-fs.root $datasetfile 2>> $scriptlog> /dev/null201 ./ganymed -b -q -v4 -f --skip-res --config=$ganymedrc-fs.rc --log=$outpath/ganymed$no2-fs.log --html=$outpath/ganymed$no2-fs.html --out=$outpath --outf=ganymed$no2-fs.root $datasetfile 2>> $scriptlog> /dev/null 202 202 check2=$? 203 203 -
trunk/MagicSoft/Mars/datacenter/scripts/runstar
r7139 r7141 187 187 188 188 echo "run star..." >> $scriptlog 2>&1 189 ./star -b -q - f --log=$outpath/star$no2.log --html=$outpath/star$no2.html --ind=$inpath --out=$outpath $sequfile 2>> $scriptlog> /dev/null189 ./star -b -q -v4 -f --log=$outpath/star$no2.log --html=$outpath/star$no2.html --ind=$inpath --out=$outpath $sequfile 2>> $scriptlog> /dev/null 190 190 check1=$? 191 191
Note:
See TracChangeset
for help on using the changeset viewer.