Index: trunk/ippTasks/addstar.pro
===================================================================
--- trunk/ippTasks/addstar.pro	(revision 33030)
+++ trunk/ippTasks/addstar.pro	(revision 33525)
@@ -26,7 +26,4 @@
     active true
   end
-  task addstar.exp.load.staticsky_multi
-    active true
-  end  
   task addstar.exp.run
     active true
@@ -44,7 +41,4 @@
     active false
   end
-  task addstar.exp.load.staticsky_multi
-    active false
-  end
   task addstar.exp.run
     active false
@@ -62,7 +56,4 @@
     active false
   end
- task addstar.revert.staticsky_multi
-    active false
-  end
 end
 macro addstar.revert.on
@@ -71,7 +62,4 @@
   end
   task addstar.revert.stack
-    active true
-  end
-  task addstar.revert.staticsky_multi
     active true
   end
@@ -218,59 +206,4 @@
    # if ($LABEL:n == 0) break
     $run = addtool -pendingexp -stage staticsky
-    if ($DB:n == 0)
-      option DEFAULT
-    else
-      # save the DB name for the exit tasks
-      option $DB:$addstar_DB
-      $run = $run -dbname $DB:$addstar_DB
-      $addstar_DB ++
-      if ($addstar_DB >= $DB:n) set addstar_DB = 0
-    end
-    add_poll_args run
-    add_poll_labels run
-    command $run
-  end
-
-  # success
-  task.exit    0
-    # convert 'stdout' to book format
-    ipptool2book stdout addPendingExp -key add_id -uniq -setword dbname $options:0 -setword pantaskState INIT
-    if ($VERBOSE > 2)
-      book listbook addPendingExp
-    end
-
-    # delete existing entries in the appropriate pantaskStates
-    process_cleanup addPendingExp
-  end
-
-  # default exit status
-  task.exit    default
-    showcommand failure
-  end
-
-  task.exit    crash
-    showcommand crash
-  end
-
-  # operation times out?
-  task.exit    timeout
-    showcommand timeout
-  end
-end
-
-task	       addstar.exp.load.staticsky_multi
-  host         local
-
-  periods      -poll $LOADPOLL
-  periods      -exec $LOADEXEC
-  periods      -timeout 30
-  npending     1
-
-  stdout NULL
-  stderr $LOGDIR/addstar.exp.log
-
-  task.exec
-   # if ($LABEL:n == 0) break
-    $run = addtool -pendingexp -stage staticsky_multi
     if ($DB:n == 0)
       option DEFAULT
@@ -373,7 +306,4 @@
 	sprintf outroot "%s.add.%s" $STAGEROOT $ADD_ID
     end
-    if ("$STAGE" == "staticsky_multi")
-	sprintf outroot "%s.add.%s" $STAGEROOT $ADD_ID
-    end
     if ("$STAGE" == "stack")
 	sprintf outroot "%s.add.%s" $STAGEROOT $ADD_ID
@@ -388,5 +318,5 @@
       $run = $run --reduction $REDUCTION
     end
-    if ("$STAGE" == "staticsky_multi")
+    if ("$STAGE" == "staticsky")
       $run = $run --multi_num $STAGE_EXTRA1
     end
@@ -529,4 +459,5 @@
   end
 end
+
 task addstar.revert.staticsky
   host         local
@@ -544,50 +475,4 @@
     if ($LABEL:n == 0) break
     $run = addtool -revertprocessedexp -stage staticsky
-    if ($DB:n == 0)
-      option DEFAULT
-    else
-      # save the DB name for the exit tasks
-      option $DB:$addstar_revert_DB_SS
-      $run = $run -dbname $DB:$addstar_revert_DB_SS
-      $addstar_revert_DB_SS ++
-      if ($addstar_revert_DB_SS >= $DB:n) set addstar_revert_DB_SS = 0
-    end
-    add_poll_labels run
-    command $run
-  end
-
-  # success
-  task.exit    0
-  end
-
-  # locked list
-  task.exit    default
-    showcommand failure
-  end
-
-  task.exit    crash
-    showcommand crash
-  end
-
-  # operation times out?
-  task.exit    timeout
-    showcommand timeout
-  end
-end
-task addstar.revert.staticsky_multi
-  host         local
-
-  periods      -poll 5.0
-  periods      -exec 60.0
-  periods      -timeout 1200
-  npending     1
-  active        false
-
-  stdout NULL
-  stderr $LOGDIR/revert.log
-
-  task.exec
-    if ($LABEL:n == 0) break
-    $run = addtool -revertprocessedexp -stage staticsky_multi
     if ($DB:n == 0)
       option DEFAULT
