- Timestamp:
- Dec 22, 2019, 4:11:49 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ccl_branches/ipponly-20191108/ippTasks/addstar.pro
r40803 r41211 405 405 406 406 ## we want only a single outstanding addstar job. 407 host local408 npending 1407 # host local 408 npending 50 409 409 410 410 task.exec … … 433 433 book getword addPendingExp $pageName image_only -var IMAGE_ONLY 434 434 book getword addPendingExp $pageName dbname -var DBNAME 435 435 book getword addPendingExp $pageName dvodbhost -var DVODBHOST 436 437 echo $DBNAME 438 echo $MINIDVODB_NAME 439 echo $DVODBHOST 440 441 host -required $DVODBHOST 436 442 437 443 # specify choice of remote host based on camera and chip (class_id) 438 # set.host.for.camera $CAMERA FPA444 #set.host.for.camera $CAMERA FPA 439 445 440 446 # set the WORKDIR variable … … 473 479 end 474 480 475 476 477 481 stdout $LOGDIR/addstar.exp.log 478 482 stderr $LOGDIR/addstar.exp.log 479 483 480 $run = addstar_run.pl --add_id $ADD_ID --camera $CAMERA --dvodb $DVODB --stage $STAGE --stageroot $STAGEROOT --outroot $outroot --redirect-output 484 $run = addstar_run.pl --add_id $ADD_ID --camera $CAMERA --dvodb $DVODB --stage $STAGE --stageroot $STAGEROOT --outroot $outroot --redirect-output --dvodbhost $DVODBHOST 485 481 486 if ("$REDUCTION" != "NULL") 482 487 $run = $run --reduction $REDUCTION … … 503 508 end 504 509 505 510 echo $run 506 511 507 512 if ("$IMAGE_ONLY" == "T") … … 527 532 end 528 533 command $run 534 showcommand 529 535 end 530 536 … … 546 552 book setword addPendingExp $options:0 pantaskState TIMEOUT 547 553 end 554 548 555 end 549 556
Note:
See TracChangeset
for help on using the changeset viewer.
