Index: branches/eam_branches/ipp-20110710/ippTasks/summit.copy.pro
===================================================================
--- branches/eam_branches/ipp-20110710/ippTasks/summit.copy.pro	(revision 31852)
+++ branches/eam_branches/ipp-20110710/ippTasks/summit.copy.pro	(revision 32337)
@@ -284,13 +284,10 @@
 
     task.exec
-        if ($NETWORK == 0) break
+        periods -exec 20
 
         # if we are waiting on data, make the interval long
         book npages pzPendingExp -var N
-        if ($N == 0)
-            periods -exec 20
-            break
-        end
-        periods -exec 0.05
+        if ($N == 0) break
+        if ($NETWORK == 0) break
 
         # find an exp that needs imfiles fetched
@@ -321,4 +318,5 @@
           echo command $run
         end
+        periods -exec 0.05
         command $run
     end
@@ -408,13 +406,10 @@
 
     task.exec
-        if ($NETWORK == 0) break
+        periods -exec 20
 
         # if we are waiting on data, make the interval long
         book npages pzPendingImfile -var N
-        if ($N == 0)
-            periods -exec 20
-            break
-        end
-        periods -exec 0.05
+        if ($N == 0) break
+        if ($NETWORK == 0) break
 
         # find an exp that needs imfiles fetched
@@ -502,4 +497,5 @@
 	# More debug:
 #	echo "DEBUG2: " $run
+        periods -exec 0.05
         command $run
     end
@@ -609,13 +605,10 @@
 
     task.exec
-        if ($NETWORK == 0) break
+        periods -exec 20
 
         # if we are waiting on data, make the interval long
         book npages pzPendingAdvance -var N
-        if ($N == 0)
-            periods -exec 20
-            break
-        end
-        periods -exec 0.05
+        if ($N == 0) break
+        if ($NETWORK == 0) break
 
         # find an exp that needs imfiles fetched
@@ -661,4 +654,5 @@
           echo command $run
         end
+        periods -exec 0.05
         command $run
     end
