IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41025


Ignore:
Timestamp:
Nov 3, 2019, 6:04:24 PM (7 years ago)
Author:
cclin33
Message:

add variables for ipphome

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ccl_branches/ipp-20190806/ippMonitor/czartool/czartool/Pantasks.pm

    r40840 r41025  
    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
     28#my $ipphome1 = "/data/ippc64.1/ippitc";
     29#my $ipphome2 = "/data/ippc18.0/home/ippps2";
     30
     31# locahost home dir of gpc1 and gpc2
     32my $ipphome1 = "/hd201810/pantasks1";
     33my $ipphome2 = "/hd201810/pantasks2";
    2534
    2635###########################################################################
     
    9099
    91100    if ($telescope eq 'gpc1') {
    92        $ipphome = "/data/ippc64.1/ippitc";
    93     }
    94     elsif ($telescope eq 'gpc2') {
    95        $ipphome = "/data/ippc18.0/home/ippps2";
     101       $ipphome = $ipphome1;
     102    }
     103    elsif ($telescope eq 'gpc2') {
     104       $ipphome = $ipphome2;
    96105    }
    97106    else {
     
    134143
    135144    if ($telescope eq 'gpc1') {
    136        $ipphome = "/data/ippc64.1/ippitc";
    137     }
    138     elsif ($telescope eq 'gpc2') {
    139        $ipphome = "/data/ippc18.0/home/ippps2";
     145       $ipphome = $ipphome1;
     146    }
     147    elsif ($telescope eq 'gpc2') {
     148       $ipphome = $ipphome2;
    140149    }
    141150    else {
     
    177186
    178187    if ($telescope eq 'gpc1') {
    179        $ipphome = "/data/ippc64.1/ippitc";
    180     }
    181     elsif ($telescope eq 'gpc2') {
    182        $ipphome = "/data/ippc18.0/home/ippps2";
     188       $ipphome = $ipphome1;
     189    }
     190    elsif ($telescope eq 'gpc2') {
     191       $ipphome = $ipphome2;
    183192    }
    184193    else {
     
    209218    my $ipphome;
    210219    if ($telescope eq 'gpc1') {
    211        $ipphome = "/data/ippc64.1/ippitc";
    212     }
    213     elsif ($telescope eq 'gpc2') {
    214        $ipphome = "/data/ippc18.0/home/ippps2";
     220       $ipphome = $ipphome1;
     221    }
     222    elsif ($telescope eq 'gpc2') {
     223       $ipphome = $ipphome2;
    215224    }
    216225    else {
     
    239248    my $ipphome;
    240249    if ($telescope eq 'gpc1') {
    241        $ipphome = "/data/ippc64.1/ippitc";
    242     }
    243     elsif ($telescope eq 'gpc2') {
    244        $ipphome = "/data/ippc18.0/home/ippps2";
     250       $ipphome = $ipphome1;
     251    }
     252    elsif ($telescope eq 'gpc2') {
     253       $ipphome = $ipphome2;
    245254    }
    246255    else {
     
    279288
    280289    if ($telescope eq 'gpc1') {
    281        $ipphome = "/data/ippc64.1/ippitc";
    282     }
    283     elsif ($telescope eq 'gpc2') {
    284        $ipphome = "/data/ippc18.0/home/ippps2";
     290       $ipphome = $ipphome1;
     291    }
     292    elsif ($telescope eq 'gpc2') {
     293       $ipphome = $ipphome2;
    285294    }
    286295    else {
Note: See TracChangeset for help on using the changeset viewer.