- Timestamp:
- Nov 29, 2012, 2:15:01 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120905
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tools/runwarpskycell.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120905
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120905/tools/runwarpskycell.pl
r33923 r34735 16 16 17 17 my $dbname = "gpc1"; 18 my ($warp_id, $skycell_id, $threads, $update, $redirect, $pretend, $save_temps );18 my ($warp_id, $skycell_id, $threads, $update, $redirect, $pretend, $save_temps, $outdir); 19 19 my $zaplog; 20 20 … … 26 26 'zaplog' => \$zaplog, 27 27 'redirect-output' => \$redirect, 28 'outdir=s' => \$outdir, 28 29 'update' => \$update, 29 30 'dbname=s' => \$dbname, … … 74 75 } else { 75 76 die "unexpected warpRun.state found: $state\n"; 77 } 78 79 if ($outdir) { 80 my $base = basename($path_base); 81 $path_base = "$outdir/$base"; 82 print "changing path_base to $path_base\n"; 76 83 } 77 84
Note:
See TracChangeset
for help on using the changeset viewer.
