IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 6, 2011, 11:00:22 AM (15 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110710/tools/runchipimfile.pl

    r29809 r32337  
    1818my ($chip_id, $class_id, $threads, $update, $redirect, $pretend, $save_temps);
    1919
     20my $zaplog;
     21
    2022GetOptions(
    2123    'chip_id=i'         => \$chip_id,
     
    2325    'threads=i'         => \$threads,
    2426    'pretend'           => \$pretend,
     27    'zaplog'            => \$zaplog,
    2528    'redirect-output'   => \$redirect,
    2629    'update'            => \$update,
     
    8184$command .= " --verbose" unless $no_verbose;
    8285$command .= " --dbname $dbname" if $dbname;
     86$command .= " --zaplog" if $zaplog;
    8387
    8488if ($update) {
     
    9599    }
    96100}
    97 print "command to process this skycell\n";
     101print "command to process this chip\n";
    98102print "$command\n";
    99103
Note: See TracChangeset for help on using the changeset viewer.