Changeset 7120 for trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
- Timestamp:
- 06/01/05 16:27:31 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
r7106 r7120 199 199 200 200 echo "run callisto..." >> $scriptlog 2>&1 201 ./callisto -b -q -f -raw --log=$outpath/callisto$no2.log -- out=$outpath --config=$callistorcseq $sequfile 2>> $scriptlog > /dev/null201 ./callisto -b -q -f -raw --log=$outpath/callisto$no2.log --html=$outpath/callisto$no2.html --out=$outpath --config=$callistorcseq $sequfile 2>> $scriptlog > /dev/null 202 202 check1=$? 203 203 … … 259 259 done 260 260 fi 261 ./merpp -u --log=$merpplogpath/merppccupdate$runno.log -- runfile=$runno $ccfile $calfile 2>> $scriptlog> /dev/null261 ./merpp -u --log=$merpplogpath/merppccupdate$runno.log --html=$merpplogpath/merppccupdate$runno.html --runfile=$runno $ccfile $calfile 2>> $scriptlog> /dev/null 262 262 check2=$? 263 263 case $check2 in … … 266 266 continue 2 ;; 267 267 esac 268 ./merpp -u --log=$merpplogpath/merppcacoupdate$runno.log -- auto-time $cacofile $calfile 2>> $scriptlog> /dev/null268 ./merpp -u --log=$merpplogpath/merppcacoupdate$runno.log --html=$merpplogpath/merppcacoupdate$runno.html --auto-time $cacofile $calfile 2>> $scriptlog> /dev/null 269 269 check3=$? 270 270 case $check3 in
Note:
See TracChangeset
for help on using the changeset viewer.