Changeset 37323
- Timestamp:
- Aug 27, 2014, 4:02:49 PM (12 years ago)
- File:
-
- 1 edited
-
tags/ipp-pv3-20140717/ippTasks/remote.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-pv3-20140717/ippTasks/remote.pro
r37296 r37323 287 287 if ("$STAGE" == "warp") 288 288 $command = sc_prepare_warp.pl --camera GPC1 --warp_id $STAGE_ID --remote_id $REMOTE_ID --path_base $outroot --dbname $DBNAME 289 echo "skipping warp until scripts are ready"290 break291 289 end 292 290 if ("$STAGE" == "stack") 293 291 $command = sc_prepare_stack.pl --camera GPC1 --stack_id $STAGE_ID --remote_id $REMOTE_ID --path_base $outroot --dbname $DBNAME 294 echo "skipping stack until scripts are ready"295 break296 292 end 297 293 … … 521 517 host local 522 518 periods -poll $LOADPOLL 523 periods -exec $LOADEXEC519 periods -exec 300 524 520 active false 525 521 npending 1 … … 529 525 stderr $LOGDIR/remote.poll.load 530 526 531 $end_date = `date +%Y-%m-%dT%H:%M:%S -d '1 hour ago'` 532 $run = remotetool -listrun -state run -poll_end $end_date 527 # $end_date = `date +%Y-%m-%dT%H:%M:%S -d '1 hour ago'` 528 # $run = remotetool -listrun -state run -poll_end $end_date 529 $run = remotetool -listrun -state run 533 530 534 531 if ($DB:n == 0) … … 574 571 periods -timeout 6000000 575 572 active false 576 npending 3573 npending 10 577 574 578 575 task.exec
Note:
See TracChangeset
for help on using the changeset viewer.
