Changeset 7469 for trunk/MagicSoft/Mars/datacenter/scripts/runstar
- Timestamp:
- 01/31/06 17:42:30 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/runstar
r7467 r7469 142 142 no=`printf %08d $sequence | cut -c 0-4` 143 143 no2=`printf %08d $sequence` 144 var1=$no 145 var2=$no2 144 146 outpath="$datapath/$program/$no/$no2" 145 147 inpath=`echo $outpath | sed -e 's/$program/callisto/'` … … 152 154 153 155 echo "run $program..." >> $scriptlog 2>&1 154 setstatus "start" 156 setstatus "start" >> $scriptlog 2>&1 155 157 156 158 ./star -b -q -v4 -f --log=$outpath/$program$no2.log --html=$outpath/$program$no2.html --ind=$inpath --out=$outpath $sequfile 2>> $scriptlog> /dev/null … … 165 167 esac 166 168 echo "inserting the status for $program for sequence $sequence into the db" >> $scriptlog 2>&1 167 setstatus "stop" 169 setstatus "stop" >> $scriptlog 2>&1 168 170 done 169 171
Note:
See TracChangeset
for help on using the changeset viewer.