Changeset 41132 for trunk/ippMonitor/czartool/czartool/Pantasks.pm
- Timestamp:
- Nov 19, 2019, 2:42:37 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/czartool/czartool/Pantasks.pm (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/czartool/czartool/Pantasks.pm
r40840 r41132 7 7 8 8 my @servers = ( 9 # "addstar", 10 # "addstarlap", 11 "ippqub:stdscience_ws", 9 ##### standard pantasks ###### 12 10 "cleanup", 13 # "deepstack",14 # "detrend",15 11 "distribution", 16 12 "pstamp", 17 # "update",18 # "publishing",19 13 "registration", 20 "replication",21 14 "stack", 22 15 "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" 24 26 ); 27 # current home dir of gpc1 and gpc2 28 my $ipphome1 = "/data/ippc64.1/ippitc"; 29 my $ipphome2 = "/data/ippc18.0/home/ippps2"; 25 30 26 31 ########################################################################### … … 90 95 91 96 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; 96 101 } 97 102 else { … … 134 139 135 140 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; 140 145 } 141 146 else { … … 177 182 178 183 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; 183 188 } 184 189 else { … … 209 214 my $ipphome; 210 215 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; 215 220 } 216 221 else { … … 239 244 my $ipphome; 240 245 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; 245 250 } 246 251 else { … … 279 284 280 285 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; 285 290 } 286 291 else {
Note:
See TracChangeset
for help on using the changeset viewer.
