IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37333


Ignore:
Timestamp:
Aug 29, 2014, 3:20:41 PM (12 years ago)
Author:
watersc1
Message:

remote: decrease number of entries in a warp bundle to 50, and increase exec time to compensate. lap: add initial on and off macros.

Location:
tags/ipp-pv3-20140717/ippTasks
Files:
2 edited

Legend:

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

    r32447 r37333  
    9999end
    100100
     101macro lap.initial.on
     102    task lap.initial.load
     103      active true
     104    end
     105    task lap.initial.run
     106      active true
     107    end
     108end
     109
     110macro lap.initial.off
     111    task lap.initial.load
     112      active false
     113    end
     114    task lap.initial.run
     115      active false
     116    end
     117end
     118
    101119macro lap.add.sequence
    102120  if ($0 != 2)
     
    140158  $LAP_QUEUE = $1
    141159end
     160
    142161
    143162task           lap.initial.load
  • tags/ipp-pv3-20140717/ippTasks/remote.pro

    r37323 r37333  
    153153  host        local
    154154  periods     -poll $LOADPOLL
    155   periods     -exec 1800
     155  periods     -exec 900
    156156  periods     -timeout 30
    157157  active      false
     
    167167    echo $remote_label_warp $label warp
    168168
    169     $run = remotetool -definebyquery -label $label -stage warp -path_base neb://@HOST@.0/remote/$label -limit 500
     169    $run = remotetool -definebyquery -label $label -stage warp -path_base neb://@HOST@.0/remote/$label -limit 50
    170170    if ($DB:n == 0)
    171171      option DEFAULT
Note: See TracChangeset for help on using the changeset viewer.