- Timestamp:
- Sep 6, 2011, 11:00:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110710/tools/runwarpskycell.pl
r30857 r32337 17 17 my $dbname = "gpc1"; 18 18 my ($warp_id, $skycell_id, $threads, $update, $redirect, $pretend, $save_temps); 19 my $zaplog; 19 20 20 21 GetOptions( … … 23 24 'threads=i' => \$threads, 24 25 'pretend' => \$pretend, 26 'zaplog' => \$zaplog, 25 27 'redirect-output' => \$redirect, 26 28 'update' => \$update, … … 83 85 $command .= " --verbose" unless $no_verbose; 84 86 $command .= " --dbname $dbname" if $dbname; 85 87 $command .= " --zaplog" if $zaplog; 86 88 87 89 if ($update) {
Note:
See TracChangeset
for help on using the changeset viewer.
