IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27836


Ignore:
Timestamp:
May 3, 2010, 8:37:34 AM (16 years ago)
Author:
eugene
Message:

updates from trunk

Location:
branches/tap_branches/operations
Files:
23 deleted
3 edited
9 copied

Legend:

Unmodified
Added
Removed
  • branches/tap_branches/operations

    • Property svn:ignore set to
      Makefile
  • branches/tap_branches/operations/publishing/input

    r25224 r27836  
    11macro setup
    2     $MODULES:0 = /home/panstarrs/ipp/ipp-svn/ippTasks
    3 
    42    module pantasks.pro
    53    module publish.pro
    64
    7     $POLLLIMIT = 16
     5    $POLLLIMIT = 64
    86
    97    $LOADPOLL = 1
     
    1412
    1513    add.database gpc1
    16     add.label dummy
     14#    add.label dummy
     15    add.label STS.nightlyscience
     16    add.label SweetSpot.nightlyscience
     17    add.label ThreePi.nightlyscience
    1718
    1819    waveC_nothreads
     
    7677  controller host add ippc06
    7778  controller host add ippc07
     79  controller host add ippc08
     80  controller host add ippc09
     81  controller host add ippc10
     82  controller host add ippc11
     83  controller host add ippc12
     84  controller host add ippc13
     85  controller host add ippc14
     86  controller host add ippc15
     87  controller host add ippc16
    7888end
    7989
     
    8797  controller host add ippc06 -threads $1
    8898  controller host add ippc07 -threads $1
     99  controller host add ippc08 -threads $1
     100  controller host add ippc09 -threads $1
     101  controller host add ippc10 -threads $1
     102  controller host add ippc11 -threads $1
     103  controller host add ippc12 -threads $1
     104  controller host add ippc13 -threads $1
     105  controller host add ippc14 -threads $1
     106  controller host add ippc15 -threads $1
     107  controller host add ippc16 -threads $1
    89108end
    90109
  • branches/tap_branches/operations/stdscience/input

    r25224 r27836  
    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.