IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26053


Ignore:
Timestamp:
Nov 8, 2009, 10:29:24 AM (17 years ago)
Author:
eugene
Message:

remove cluttered script directories from svn; update input script from ~ipp

Location:
trunk/operations/stdscience
Files:
13 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/operations/stdscience/input

    r25224 r26053  
    1010  module diff.pro
    1111  module magic.pro
    12  
    13   # turn destreaking off. we are running this in a separate pantasks for now
    14   magic.ds.off
     12  module destreak.pro
     13  module dist.pro
     14  module rcserver.pro
    1515
    16   # module survey.pro
     16  module survey.pro
    1717
    1818  module site.mhpcc.pro
    19 
    2019  init.copy.mhpcc on
    2120  queueload tmp -x "cat $MODULES:0/ipphosts.mhpcc.config"
     
    2524  # init.site (we do not use init.site because it loads the hosts)
    2625
     26  # magic.ds.off
     27
    2728  add.database gpc1
    2829  add.label dummy
    29   set.poll 100
    30 end
    31 
    32 macro set.poll
    33   if ($0 != 2)
    34     echo "USAGE:set.poll (value)"
    35     break
    36   end
    37  
    38   $POLLLIMIT = $1
    39 end
    40 
    41 macro get.poll
    42   echo "poll limit: $POLLLIMIT"
     30  set.poll 180
    4331end
    4432
    4533macro load.hosts.wave1
    46   controller host add ipp005 -threads 4
     34  controller host add ipp005 -threads 4 
    4735  controller host add ipp006 -threads 4
    48 # controller host add ipp007 -threads 4 (respawning?)
     36  controller host add ipp007 -threads 4
    4937# controller host add ipp008 -threads 4 (flaky)
    50   controller host add ipp009 -threads 4
     38# controller host add ipp009 -threads 4 (problem with cpu 3)
    5139  controller host add ipp010 -threads 4
    5240  controller host add ipp011 -threads 4
    5341  controller host add ipp012 -threads 4
    5442  controller host add ipp013 -threads 4
    55 # controller host add ipp014 -threads 4
     43  controller host add ipp014 -threads 4
    5644# controller host add ipp016 -threads 4 (flaky)
    5745  controller host add ipp017 -threads 4
    5846# controller host add ipp018 -threads 4 (flaky)
    59 # controller host add ipp019 -threads 4 (nebulous)
     47  controller host add ipp019 -threads 4
    6048  controller host add ipp020 -threads 4
    6149  controller host add ipp021 -threads 4
     
    10795  controller host add ippc05 -threads 4
    10896  controller host add ippc06 -threads 4
    109 # controller host add ippc07 -threads 4 (pantasks - register)
     97  controller host add ippc07 -threads 4
    11098  controller host add ippc08 -threads 4
    11199  controller host add ippc09 -threads 4
     
    118106  controller host add ippc16 -threads 4
    119107  controller host add ippc17 -threads 4
    120   controller host add ippc18 -threads 4
    121   controller host add ippc19 -threads 4
     108#  controller host add ippc18 -threads 4 (ipp home)
     109#  controller host add ippc19 -threads 4 (ipp home)
    122110end
    123111
     
    154142macro chip.revert.off
    155143  task chip.revert
     144    active false
     145  end
     146end
     147
     148macro camera.revert.on
     149  task camera.revert
     150    active true
     151  end
     152end
     153
     154macro camera.revert.off
     155  task camera.revert
    156156    active false
    157157  end
Note: See TracChangeset for help on using the changeset viewer.