Index: /trunk/ippTasks/pantasks.pro
===================================================================
--- /trunk/ippTasks/pantasks.pro	(revision 11521)
+++ /trunk/ippTasks/pantasks.pro	(revision 11522)
@@ -38,5 +38,4 @@
   if ($parallel) 
     controller exit true
-    controller host add po02
     controller host add po03
     controller host add po04
@@ -45,5 +44,22 @@
     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 po24
+
+    # controller host add po02 -- using for pantasks 
+    # controller host add po23 -- broken perl
   end
 end
@@ -239,7 +255,14 @@
   end
 
+  if ($VERBOSE)
+    echo "*** stdout ***"
+    queueprint stdout
+    echo "*** stderr ***"
+    queueprint stderr
+  end
+
   # failure related to the data files
   if ($exitCode == $EXIT_SYS_ERR)
-    halt
+    stop
     showcommand "system failure"
     book setword $bookName $pageName state SYS_ERR
@@ -249,5 +272,5 @@
   # failure related to the data files
   if ($exitCode == $EXIT_CONFIG_ERR)
-    halt
+    stop
     showcommand "config error"
     book setword $bookName $pageName state CONFIG_ERR
@@ -257,5 +280,5 @@
   # failure related to the data files
   if ($exitCode == $EXIT_PROG_ERR)
-    halt
+    stop
     showcommand "programming error"
     book setword $bookName $pageName state PROG_ERR
