Index: trunk/ippTasks/pantasks.pro
===================================================================
--- trunk/ippTasks/pantasks.pro	(revision 16369)
+++ trunk/ippTasks/pantasks.pro	(revision 16570)
@@ -66,45 +66,4 @@
 end
 
-macro init.cluster.po
-  $PARALLEL = 1
-  controller exit true
-
-  # po05 -- using for pantasks 
-  # po23 -- broken perl
-
-  controller host add po02
-  controller host add po03
-  controller host add po04
-# controller host add po05
-  controller host add po06
-  controller host add po07
-# controller host add po08
-# controller host add po09
-# controller host add po10
-# controller host add po11
-# controller host add po12
-# controller host add po13
-# controller host add po14
-# controller host add po15
-# controller host add po16
-# controller host add po17
-# controller host add po18
-# controller host add po19
-# controller host add po20
-# controller host add po21
-# controller host add po22
-# controller host add po23
-# controller host add po24
-end
-
-macro init.cluster.sn
-  $PARALLEL = 1
-  controller exit true
-  controller host add sn2
-  controller host add sn3
-  controller host add sn4
-  controller host add sn5
-end
-
 macro init.isp
   list DB -add isp
@@ -113,50 +72,4 @@
 macro init.essence
   list DB -add essence_v2
-end
-
-macro init.cluster.mhpcc
-  $PARALLEL = 1
-  controller exit true
-  controller host add ipp005
-  controller host add ipp006
-  controller host add ipp007
-  controller host add ipp008
-  controller host add ipp009
-  controller host add ipp010
-  controller host add ipp011
-  controller host add ipp016
-  controller host add ipp020
-  controller host add ipp021
-end
-
-macro init.copy.mhpcc
- if ($0 != 2)
-   echo "USAGE: init.copy.mhpcc (nebulous)"
-   echo "nebulous may be 'on' or 'off'"
-   break
- end
-
- if (("$1" != "on") && ("$1" != "off")) 
-   echo "USAGE: init.copy.mhpcc (nebulous)"
-   echo "nebulous may be 'on' or 'off'"
-   break
- end
- 
- # the templates are used if we have a class_id/host relationship; 
- # if none is found, the default values are used
- # XXX not sure how to handle the .N value if we need to use more than one
- # XXX this stuff should all be placed in a 'site' config file
-
- $COMPRESS = 1
-
- if ("$1" == "on")
-  $NEBULOUS = 1
-  $default_host     = ipp004
-  $workdir_template = neb://@HOST@.0
- else
-  $NEBULOUS = 0
-  $default_host     = ipp004
-  $workdir_template = /data/@HOST@.0
- end
 end
 
@@ -467,9 +380,4 @@
 end
 
-macro load.chiphost.table
-  queueload tmp -x "cat $MODULES:0/chiphosts.config"
-  ipptool2book tmp chiphosts -key camera
-end
-
 macro check.globals
   if ($?NETWORK == 0)
