Index: /tags/ipp-pv3-20140717/ippTasks/lap.pro
===================================================================
--- /tags/ipp-pv3-20140717/ippTasks/lap.pro	(revision 37332)
+++ /tags/ipp-pv3-20140717/ippTasks/lap.pro	(revision 37333)
@@ -99,4 +99,22 @@
 end
 
+macro lap.initial.on
+    task lap.initial.load
+      active true
+    end
+    task lap.initial.run
+      active true
+    end
+end
+
+macro lap.initial.off
+    task lap.initial.load
+      active false
+    end
+    task lap.initial.run
+      active false
+    end
+end
+
 macro lap.add.sequence
   if ($0 != 2) 
@@ -140,4 +158,5 @@
   $LAP_QUEUE = $1
 end
+
 
 task           lap.initial.load
Index: /tags/ipp-pv3-20140717/ippTasks/remote.pro
===================================================================
--- /tags/ipp-pv3-20140717/ippTasks/remote.pro	(revision 37332)
+++ /tags/ipp-pv3-20140717/ippTasks/remote.pro	(revision 37333)
@@ -153,5 +153,5 @@
   host        local
   periods     -poll $LOADPOLL
-  periods     -exec 1800
+  periods     -exec 900
   periods     -timeout 30
   active      false
@@ -167,5 +167,5 @@
     echo $remote_label_warp $label warp
 
-    $run = remotetool -definebyquery -label $label -stage warp -path_base neb://@HOST@.0/remote/$label -limit 500
+    $run = remotetool -definebyquery -label $label -stage warp -path_base neb://@HOST@.0/remote/$label -limit 50
     if ($DB:n == 0)
       option DEFAULT
