Changeset 19396 for trunk/ippScripts/scripts/warp_skycell.pl
- Timestamp:
- Sep 5, 2008, 12:39:05 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/warp_skycell.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_skycell.pl
r19326 r19396 125 125 my $outputStats = $ipprc->filename("SKYCELL.STATS", $outroot, $skycell_id ); 126 126 my $traceDest = $ipprc->filename("TRACE.EXP", $outroot, $skycell_id); 127 my $configuration = $ipprc->filename("PSWARP.CONFIG", $outroot, $skycell_id); 127 128 128 129 my $skyFile = $ipprc->filename("SKYCELL.TEMPLATE", $outroot, $skycell_id ); … … 184 185 $command .= " -tracedest $traceDest -log $logDest"; 185 186 $command .= " -threads $threads" if defined $threads; 187 $command .= " -dumpconfig $configuration"; 186 188 $command .= " -dbname $dbname" if defined $dbname; 187 189
Note:
See TracChangeset
for help on using the changeset viewer.
