Changeset 7102 for trunk/MagicSoft/Mars/datacenter
- Timestamp:
- 05/27/05 17:21:46 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/datacenter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/resetcolumn.C
r7101 r7102 112 112 } 113 113 114 /* 114 115 115 TSQLResult *res = serv.Query(query); 116 116 if (!res) … … 118 118 119 119 delete res; 120 */ 120 121 121 return 1; 122 122 } -
trunk/MagicSoft/Mars/datacenter/scripts/runganymed
r7079 r7102 184 184 185 185 echo "run ganymed..." >> $scriptlog 2>&1 186 ./ganymed -b -q -f -- full-display --sum --log=$outpath/ganymed$no2.log --out=$outpath $datasetfile 2>> $scriptlog> /dev/null186 ./ganymed -b -q -f --sum --log=$outpath/ganymed$no2.log --out=$outpath $datasetfile 2>> $scriptlog> /dev/null 187 187 check1=$? 188 188
Note:
See TracChangeset
for help on using the changeset viewer.