Changeset 7019
- Timestamp:
- 05/12/05 16:17:34 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/datacenter
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/fillcalib.C
r7010 r7019 104 104 } 105 105 106 107 106 int Process(MSQLServer &serv, TString fname, Bool_t dummy) 108 107 { … … 235 234 if (!ExistStr(serv, "fSequenceFirst", "MyMagic.Calibration", seq)) 236 235 { 237 238 236 query = Form("INSERT MyMagic.Calibration SET" 239 237 " fSequenceFirst=%d," … … 283 281 } 284 282 285 cout << "q: " << query << endl;286 287 283 if (dummy) 288 284 return 0; -
trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
r6970 r7019 43 43 datetime=`date +%F-%H-%M-%S` 44 44 year=`date +%Y` 45 pno= 8# number of processes, i.e. number of todo-files45 pno=24 # number of processes, i.e. number of todo-files 46 46 47 47 todofile=/magic/datacenter/lists/ToDo-$table-$column -
trunk/MagicSoft/Mars/datacenter/scripts/runstar
r6934 r7019 42 42 datetime=`date +%F-%H-%M-%S` 43 43 year=`date +%Y` 44 pno= 8# number of processes, i.e. number of todo-files44 pno=24 # number of processes, i.e. number of todo-files 45 45 46 46 todofile=/magic/datacenter/lists/ToDo-$table-$column … … 91 91 92 92 echo "checking if other todo-files are there" >> $scriptlog 2>&1 93 if ls $todofile-[1-9] .txt >> $scriptlog 2>&193 if ls $todofile-[1-9]*.txt >> $scriptlog 2>&1 94 94 then 95 95 echo "other file(s) on disk " >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.