Index: trunk/ippScripts/scripts/warp_skycell.pl
===================================================================
--- trunk/ippScripts/scripts/warp_skycell.pl	(revision 19326)
+++ trunk/ippScripts/scripts/warp_skycell.pl	(revision 19396)
@@ -125,4 +125,5 @@
 my $outputStats = $ipprc->filename("SKYCELL.STATS", $outroot, $skycell_id );
 my $traceDest = $ipprc->filename("TRACE.EXP", $outroot, $skycell_id);
+my $configuration =  $ipprc->filename("PSWARP.CONFIG", $outroot, $skycell_id);
 
 my $skyFile = $ipprc->filename("SKYCELL.TEMPLATE", $outroot, $skycell_id );
@@ -184,4 +185,5 @@
     $command .= " -tracedest $traceDest -log $logDest";
     $command .= " -threads $threads" if defined $threads;
+    $command .= " -dumpconfig $configuration";
     $command .= " -dbname $dbname" if defined $dbname;
 
