IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32439


Ignore:
Timestamp:
Sep 23, 2011, 3:14:10 PM (15 years ago)
Author:
watersc1
Message:

Handler to queue as we clean LAP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20110622/ippTasks/lap.pro

    r31491 r32439  
    1010$lap_RunPage = 0
    1111$lap_DonePage = 0
     12
     13$LAP_QUEUE = NULL
    1214
    1315book init lapNewRuns
     
    135137 
    136138
     139macro lap.define.queue
     140  $LAP_QUEUE = $1
     141end
     142
    137143task           lap.initial.load
    138144  host         local
     
    463469    option $LAP_ID
    464470    $run = lap_science.pl --cleanup_mode --dbname $DBNAME --lap_id $LAP_ID
     471    if ("$LAP_QUEUE" != "NULL")
     472      $run = $run --queue_list $LAP_QUEUE
     473    end
     474   
    465475
    466476    command $run
Note: See TracChangeset for help on using the changeset viewer.