Changeset 31941 for trunk/tools/rundiffskycell.pl
- Timestamp:
- Jul 27, 2011, 3:47:51 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/tools/rundiffskycell.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/rundiffskycell.pl
r29176 r31941 26 26 my $dbname = "gpc1"; 27 27 my ($diff_id, $skycell_id, $threads, $update, $redirect); 28 my $zaplog; 28 29 29 30 GetOptions( … … 32 33 'threads=i' => \$threads, 33 34 'redirect-output' => \$redirect, 35 'zaplog' => \$zaplog, 34 36 'update' => \$update, 35 37 'pretend' => \$pretend, … … 74 76 $command .= " --reduction $reduction" if $reduction; 75 77 $command .= " --threads $threads" if $threads; 78 $command .= " --zaplog" if $zaplog; 76 79 77 80 print "command to process this skycell\n";
Note:
See TracChangeset
for help on using the changeset viewer.
