Index: /tags/ipp-pv3-cr-20140614/ippScripts/scripts/psphot_fullforce_warp.pl
===================================================================
--- /tags/ipp-pv3-cr-20140614/ippScripts/scripts/psphot_fullforce_warp.pl	(revision 36929)
+++ /tags/ipp-pv3-cr-20140614/ippScripts/scripts/psphot_fullforce_warp.pl	(revision 36930)
@@ -186,4 +186,5 @@
     $command .= " -F PSPHOT.OUTPUT PSPHOT.OUT.CMF.MEF";
     $command .= " -F PSPHOT.BACKMDL PSPHOT.BACKMDL.MEF";
+    $command .= " -photcode-rule '{DETECTOR}.{FILTER.ID}.ForcedWarp'";
     $command .= " -tracedest $traceDest -log $logDest";
     $command .= " -dbname $dbname" if defined $dbname;
Index: /tags/ipp-pv3-cr-20140614/ippScripts/scripts/sc_transfer_tool.pl
===================================================================
--- /tags/ipp-pv3-cr-20140614/ippScripts/scripts/sc_transfer_tool.pl	(revision 36929)
+++ /tags/ipp-pv3-cr-20140614/ippScripts/scripts/sc_transfer_tool.pl	(revision 36930)
@@ -51,4 +51,6 @@
 while(<I>) {
     chomp;
+    $i = int(rand($#filehandles));
+
     my $fline;
     if ($fetch) {
@@ -57,10 +59,10 @@
     if (($fetch)&&(!(-e $_))) {  # We are fetching, and do not already have this file.
 	print { $filehandles[$i] } $fline;
-	$i++;
+#	$i++;
     }
     elsif (!($fetch)) { # We are pushing
 #	if (-e "${local_tmp}/$_") { 
 	    print { $filehandles[$i] } "${local_tmp}/$_" . "\n";
-	    $i++;
+#	    $i++;
 #	}
 #	else { # But somehow couldn't find the file we expected
@@ -69,5 +71,5 @@
 #	}
     }
-    if ($i >= $threads) { $i = 0; }
+#    if ($i >= $threads) { $i = 0; }
 }
 close(I);
