Changeset 35911
- Timestamp:
- Aug 8, 2013, 10:18:15 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_checkdependent.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_checkdependent.pl
r35827 r35911 575 575 } elsif ($diff_mode == $IPP_DIFF_MODE_STACK_STACK ) { 576 576 # check the state of the input stack 577 my $command = "$stacktool -sumskyfile -stack_id $skycell->{stack 2}";577 my $command = "$stacktool -sumskyfile -stack_id $skycell->{stack1}"; 578 578 my $stack1 = runToolAndParseExpectOne($command, $verbose); 579 my_die("failed to find stackSumSkyfile for stack_id $skycell->{stack 2}", $PS_EXIT_UNKNOWN_ERROR) if !$stack1;579 my_die("failed to find stackSumSkyfile for stack_id $skycell->{stack1}", $PS_EXIT_UNKNOWN_ERROR) if !$stack1; 580 580 581 581 if ($stack1->{state} ne 'full') { 582 print STDERR "input stack for diffRun $diff_id $skycell_id is not in full state faulting jobs\n";582 print STDERR "input stack $skycell->{stack1} for diffRun $diff_id $skycell_id is not in full state faulting jobs\n"; 583 583 faultComponent('diff', $diff_id, $skycell_id, $PSTAMP_GONE); 584 584 return $PSTAMP_GONE; … … 590 590 591 591 if ($stack2->{state} ne 'full') { 592 print STDERR "template stack for diffRun $diff_id $skycell_id is not in full state faulting jobs\n";592 print STDERR "template stack $skycell->{stack2} for diffRun $diff_id $skycell_id is not in full state faulting jobs\n"; 593 593 faultComponent('diff', $diff_id, $skycell_id, $PSTAMP_GONE); 594 594 return $PSTAMP_GONE;
Note:
See TracChangeset
for help on using the changeset viewer.
