- Timestamp:
- Dec 6, 2012, 6:32:19 PM (14 years ago)
- Location:
- branches/czw_branch/20120906/pstamp/scripts
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
dquery_finish.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20120906/pstamp/scripts
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120905/pstamp/scripts (added) merged: 34428,34466,34567,34575,34735,34747
- Property svn:mergeinfo changed
-
branches/czw_branch/20120906/pstamp/scripts/dquery_finish.pl
r33324 r34772 128 128 my $job_id = $job->{job_id}; 129 129 130 if ($job->{fault}) { 131 # how do we get this information back to the user? 132 print STDERR "job: $job_id faulted with $job->{fault}\n"; 133 next; 134 } 130 135 my $outputBase = $job->{outputBase}; 131 136 my $results = "${outputBase}results.txt"; … … 166 171 my $results = shift; 167 172 168 open IN, "<$results_file" or my_die("failed to open $results_file ", $PS_EXIT_UNKNOWN_ERROR);173 open IN, "<$results_file" or my_die("failed to open $results_file\n", $PS_EXIT_UNKNOWN_ERROR); 169 174 170 175 foreach my $line (<IN>) {
Note:
See TracChangeset
for help on using the changeset viewer.
