Changeset 19154 for trunk/ippTasks/simtest.pro
- Timestamp:
- Aug 21, 2008, 3:02:21 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/simtest.pro (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/simtest.pro
r18791 r19154 2 2 3 3 macro simtest 4 if ($0 != 5)5 echo "USAGE: simtest (testroot) (dbname) (hostname) ( init)"4 if ($0 != 6) 5 echo "USAGE: simtest (testroot) (dbname) (hostname) (threads) (init)" 6 6 echo " if (init) == 0, just run the analysis tasks" 7 7 echo " if (init) == 1, (re)create the database and (re)inject the images" … … 13 13 $dbname = $2 14 14 $hostname = $3 15 $threads = $4 15 16 16 if ($ 4> 0)17 if ($5 > 0) 17 18 # XXX this will fail and exit the script if the db does not exist or is old... 18 19 exec pxadmin -delete -dbname $dbname … … 21 22 exec pxadmin -create -dbname $dbname 22 23 23 if ($ 4== 2)24 if ($5 == 2) 24 25 # the labels "wait" and "proc" are special names used in automate.pro 25 exec ppSimSequence $MODULES:0/$testroot.config $testroot.mkimages $testroot.inject -path raw -workdir work -dbname $dbname -label wait -dvodb DVO -tess_id TESS 26 exec ppSimSequence $MODULES:0/$testroot.config $testroot.mkimages $testroot.inject -path raw -workdir work -dbname $dbname -label wait -dvodb DVO -tess_id TESS -ppsim_recipe FLATCORR 26 27 exec source $testroot.mkimages 27 28
Note:
See TracChangeset
for help on using the changeset viewer.
