- Timestamp:
- Sep 6, 2011, 11:00:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110710/tools/runchipimfile.pl
r29809 r32337 18 18 my ($chip_id, $class_id, $threads, $update, $redirect, $pretend, $save_temps); 19 19 20 my $zaplog; 21 20 22 GetOptions( 21 23 'chip_id=i' => \$chip_id, … … 23 25 'threads=i' => \$threads, 24 26 'pretend' => \$pretend, 27 'zaplog' => \$zaplog, 25 28 'redirect-output' => \$redirect, 26 29 'update' => \$update, … … 81 84 $command .= " --verbose" unless $no_verbose; 82 85 $command .= " --dbname $dbname" if $dbname; 86 $command .= " --zaplog" if $zaplog; 83 87 84 88 if ($update) { … … 95 99 } 96 100 } 97 print "command to process this skycell\n";101 print "command to process this chip\n"; 98 102 print "$command\n"; 99 103
Note:
See TracChangeset
for help on using the changeset viewer.
