IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41132 for trunk


Ignore:
Timestamp:
Nov 19, 2019, 2:42:37 PM (7 years ago)
Author:
ippitc
Message:

CCL: update path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/czartool/czartool/Pantasks.pm

    r40840 r41132  
    77
    88my @servers = (
    9 #        "addstar",
    10 #        "addstarlap",
    11         "ippqub:stdscience_ws",
     9##### standard pantasks ######
    1210        "cleanup",
    13 #        "deepstack",
    14 #        "detrend",
    1511        "distribution",
    1612        "pstamp",
    17 #        "update",
    18 #        "publishing",
    1913        "registration",
    20         "replication",
    2114        "stack",
    2215        "stdscience",
    23         "summitcopy"
     16        "summitcopy",
     17##### additional pantasks ######
     18        "addstar",
     19        "addstarlap",
     20        "deepstack",
     21        "detrend",
     22        "ippqub:stdscience_ws",
     23        "publishing",
     24        "replication",
     25        "update"
    2426        );
     27# current home dir of gpc1 and gpc2
     28my $ipphome1 = "/data/ippc64.1/ippitc";
     29my $ipphome2 = "/data/ippc18.0/home/ippps2";
    2530
    2631###########################################################################
     
    9095
    9196    if ($telescope eq 'gpc1') {
    92        $ipphome = "/data/ippc64.1/ippitc";
    93     }
    94     elsif ($telescope eq 'gpc2') {
    95        $ipphome = "/data/ippc18.0/home/ippps2";
     97       $ipphome = $ipphome1;
     98    }
     99    elsif ($telescope eq 'gpc2') {
     100       $ipphome = $ipphome2;
    96101    }
    97102    else {
     
    134139
    135140    if ($telescope eq 'gpc1') {
    136        $ipphome = "/data/ippc64.1/ippitc";
    137     }
    138     elsif ($telescope eq 'gpc2') {
    139        $ipphome = "/data/ippc18.0/home/ippps2";
     141       $ipphome = $ipphome1;
     142    }
     143    elsif ($telescope eq 'gpc2') {
     144       $ipphome = $ipphome2;
    140145    }
    141146    else {
     
    177182
    178183    if ($telescope eq 'gpc1') {
    179        $ipphome = "/data/ippc64.1/ippitc";
    180     }
    181     elsif ($telescope eq 'gpc2') {
    182        $ipphome = "/data/ippc18.0/home/ippps2";
     184       $ipphome = $ipphome1;
     185    }
     186    elsif ($telescope eq 'gpc2') {
     187       $ipphome = $ipphome2;
    183188    }
    184189    else {
     
    209214    my $ipphome;
    210215    if ($telescope eq 'gpc1') {
    211        $ipphome = "/data/ippc64.1/ippitc";
    212     }
    213     elsif ($telescope eq 'gpc2') {
    214        $ipphome = "/data/ippc18.0/home/ippps2";
     216       $ipphome = $ipphome1;
     217    }
     218    elsif ($telescope eq 'gpc2') {
     219       $ipphome = $ipphome2;
    215220    }
    216221    else {
     
    239244    my $ipphome;
    240245    if ($telescope eq 'gpc1') {
    241        $ipphome = "/data/ippc64.1/ippitc";
    242     }
    243     elsif ($telescope eq 'gpc2') {
    244        $ipphome = "/data/ippc18.0/home/ippps2";
     246       $ipphome = $ipphome1;
     247    }
     248    elsif ($telescope eq 'gpc2') {
     249       $ipphome = $ipphome2;
    245250    }
    246251    else {
     
    279284
    280285    if ($telescope eq 'gpc1') {
    281        $ipphome = "/data/ippc64.1/ippitc";
    282     }
    283     elsif ($telescope eq 'gpc2') {
    284        $ipphome = "/data/ippc18.0/home/ippps2";
     286       $ipphome = $ipphome1;
     287    }
     288    elsif ($telescope eq 'gpc2') {
     289       $ipphome = $ipphome2;
    285290    }
    286291    else {
Note: See TracChangeset for help on using the changeset viewer.