Changeset 16570 for trunk/ippTasks/pantasks.pro
- Timestamp:
- Feb 21, 2008, 2:13:38 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/pantasks.pro (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/pantasks.pro
r16369 r16570 66 66 end 67 67 68 macro init.cluster.po69 $PARALLEL = 170 controller exit true71 72 # po05 -- using for pantasks73 # po23 -- broken perl74 75 controller host add po0276 controller host add po0377 controller host add po0478 # controller host add po0579 controller host add po0680 controller host add po0781 # controller host add po0882 # controller host add po0983 # controller host add po1084 # controller host add po1185 # controller host add po1286 # controller host add po1387 # controller host add po1488 # controller host add po1589 # controller host add po1690 # controller host add po1791 # controller host add po1892 # controller host add po1993 # controller host add po2094 # controller host add po2195 # controller host add po2296 # controller host add po2397 # controller host add po2498 end99 100 macro init.cluster.sn101 $PARALLEL = 1102 controller exit true103 controller host add sn2104 controller host add sn3105 controller host add sn4106 controller host add sn5107 end108 109 68 macro init.isp 110 69 list DB -add isp … … 113 72 macro init.essence 114 73 list DB -add essence_v2 115 end116 117 macro init.cluster.mhpcc118 $PARALLEL = 1119 controller exit true120 controller host add ipp005121 controller host add ipp006122 controller host add ipp007123 controller host add ipp008124 controller host add ipp009125 controller host add ipp010126 controller host add ipp011127 controller host add ipp016128 controller host add ipp020129 controller host add ipp021130 end131 132 macro init.copy.mhpcc133 if ($0 != 2)134 echo "USAGE: init.copy.mhpcc (nebulous)"135 echo "nebulous may be 'on' or 'off'"136 break137 end138 139 if (("$1" != "on") && ("$1" != "off"))140 echo "USAGE: init.copy.mhpcc (nebulous)"141 echo "nebulous may be 'on' or 'off'"142 break143 end144 145 # the templates are used if we have a class_id/host relationship;146 # if none is found, the default values are used147 # XXX not sure how to handle the .N value if we need to use more than one148 # XXX this stuff should all be placed in a 'site' config file149 150 $COMPRESS = 1151 152 if ("$1" == "on")153 $NEBULOUS = 1154 $default_host = ipp004155 $workdir_template = neb://@HOST@.0156 else157 $NEBULOUS = 0158 $default_host = ipp004159 $workdir_template = /data/@HOST@.0160 end161 74 end 162 75 … … 467 380 end 468 381 469 macro load.chiphost.table470 queueload tmp -x "cat $MODULES:0/chiphosts.config"471 ipptool2book tmp chiphosts -key camera472 end473 474 382 macro check.globals 475 383 if ($?NETWORK == 0)
Note:
See TracChangeset
for help on using the changeset viewer.
