Changeset 19396 for trunk/ippScripts/scripts/stack_skycell.pl
- Timestamp:
- Sep 5, 2008, 12:39:05 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/stack_skycell.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/stack_skycell.pl
r19352 r19396 167 167 my $traceDest = $ipprc->filename("TRACE.EXP", $outroot); 168 168 my $logDest = $ipprc->filename("LOG.EXP", $outroot); 169 my $configuration = $ipprc->filename("PPSTACK.CONFIG", $outroot); 169 170 170 171 # Perform stacking … … 181 182 $command .= " -debug-stack" if defined $debug; 182 183 $command .= " -tracedest $traceDest -log $logDest"; 184 $command .= " -dumpconfig $configuration"; 183 185 $command .= " -dbname $dbname" if defined $dbname; 184 186
Note:
See TracChangeset
for help on using the changeset viewer.
