Changeset 40803 for trunk/ippTasks/addstar.pro
- Timestamp:
- Jun 20, 2019, 10:20:26 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/addstar.pro (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/addstar.pro
r39160 r40803 6 6 check.globals 7 7 8 9 8 if ($?ADDSTAGES:n == 0) set ADDSTAGES:n = 0 10 if ($?MULTIADDSTAGES:n == 0) set MULTIADDSTAGES:n = 0 11 12 9 if ($?MULTIADDSTAGES:n == 0) set MULTIADDSTAGES:n = 0 13 10 14 11 book init addPendingExp 15 12 book init addPendingMultiExp 16 17 13 18 14 macro addstar.status … … 243 239 $addstar_multi_stages_DB = 0 244 240 245 #this may not work for more databases (addstar) will do that later)241 # this may not work for more databases (addstar) will do that later) 246 242 $addstar_revert_DB_C = 0 247 243 $addstar_revert_DB_S = 0 … … 253 249 $addstar_revert_DB_DF = 0 254 250 255 256 251 #$LOADEXEC_ADD = 300 257 252 $LOADEXEC_ADD = 10 258 253 254 if ($?addstar_multiadd_limit == 0) set addstar_multiadd_limit = 0 255 256 macro set.multiadd.limit 257 if ($0 != 2) 258 echo "USAGE: set.multiadd.limit (Nentry)" 259 break 260 end 261 262 $addstar_multiadd_limit = $1 263 end 264 265 macro get.multiadd.limit 266 echo "addstar multi limit : $addstar_multiadd_limit" 267 end 259 268 260 269 # select images ready for addstar analysis … … 545 554 periods -poll $RUNPOLL 546 555 periods -exec $RUNEXEC 547 periods -timeout 1200 556 periods -timeout 3600 557 # addstar MD fields with 250 exp takes about 2400 sec to load 548 558 549 559 ## we want only a single outstanding addstar job. … … 641 651 # end 642 652 643 653 if ($addstar_multiadd_limit > 0) 654 $run = $run --limit $addstar_multiadd_limit 655 end 644 656 645 657 if ("$IMAGE_ONLY" == "T") 646 658 $run = $run --image-only 647 659 end 660 648 661 if ("$MINIDVODB" == "T") 649 662 $run = $run --minidvodb
Note:
See TracChangeset
for help on using the changeset viewer.
