IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 5, 2008, 12:39:05 PM (18 years ago)
Author:
bills
Message:

Get name of configuration dump file from filerule pass on command line.
without -dumpconfig option the configuration will not be output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/stack_skycell.pl

    r19352 r19396  
    167167my $traceDest = $ipprc->filename("TRACE.EXP", $outroot);
    168168my $logDest = $ipprc->filename("LOG.EXP", $outroot);
     169my $configuration = $ipprc->filename("PPSTACK.CONFIG", $outroot);
    169170
    170171# Perform stacking
     
    181182    $command .= " -debug-stack" if defined $debug;
    182183    $command .= " -tracedest $traceDest -log $logDest";
     184    $command .= " -dumpconfig $configuration";
    183185    $command .= " -dbname $dbname" if defined $dbname;
    184186
Note: See TracChangeset for help on using the changeset viewer.