Changeset 34605
- Timestamp:
- Oct 25, 2012, 1:04:38 PM (14 years ago)
- File:
-
- 1 edited
-
tags/ipp-20120802/pstamp/scripts/dquery_finish.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20120802/pstamp/scripts/dquery_finish.pl
r33324 r34605 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.
