Changeset 7469 for trunk/MagicSoft/Mars/datacenter/scripts/runganymed
- Timestamp:
- 01/31/06 17:42:30 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/runganymed
r7467 r7469 142 142 no=`printf %08d $dataset | cut -c 0-5` 143 143 no2=`printf %08d $dataset` 144 var1=$no 145 var2=$no2 144 146 outpath="$datapath/$program/$no/$no2" 145 147 echo "outpath: "$outpath >> $scriptlog 2>&1 … … 160 162 161 163 echo "run $program..." >> $scriptlog 2>&1 162 setstatus "start" 164 setstatus "start" >> $scriptlog 2>&1 163 165 164 166 ./ganymed -b -q -v4 -f --ind=$datapath/star --config=$ganymedrc --log=$outpath/$program$no2.log --html=$outpath/$program$no2.html --out=$outpath $datasetfile 2>> $scriptlog> /dev/null … … 173 175 esac 174 176 echo "inserting the status for $program for dataset $dataset into the db" >> $scriptlog 2>&1 175 setstatus "stop" 177 setstatus "stop" >> $scriptlog 2>&1 176 178 done 177 179
Note:
See TracChangeset
for help on using the changeset viewer.