IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 4, 2010, 5:47:58 PM (16 years ago)
Author:
watersc1
Message:

Added break points to escape out of the heavy processing stages if we are currently attempting to burntool data. This should allow burntool to finish faster and have fewer errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/nightly_stacks.pro

    r27181 r27200  
    318318
    319319     if ("$ns_STATE" != "QUEUECHIPS") break
     320     $BURNTOOLING = 0
    320321     $run = automate_stacks.pl --queue_chips --date $date
    321322     command $run
     
    533534    if ($ns_RburnPAGE >= $Npages) set ns_RburnPAGE = 0
    534535    if (("$ns_STATE" != "QUEUEBURNING")&&("$ns_STATE" != "BURNING")) break
     536    $BURNTOOLING = 1
    535537    # Find out where in the list of jobs we are
    536538    book getword nsBurntool $date btN -var btN
Note: See TracChangeset for help on using the changeset viewer.