Changeset 27470
- Timestamp:
- Mar 26, 2010, 11:34:10 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/automate_stacks.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/automate_stacks.pl
r27149 r27470 426 426 my ($trash,$start,$end); 427 427 ($trash,$trash,$start,$end) = (split /\s+/,$row); 428 429 for (my $class_counter = 0; $class_counter < 60; $class_counter++) {430 $metadata_out{"bt${N}Begin"} = $start;431 $metadata_out{"bt${N}End"} = $end;432 $metadata_out{"bt${N}Class"} = $class_counter;433 $metadata_out{"bt${N}Status"} = 'NEW';434 $N++;435 }436 print STDERR "define_burntool: $row\n";428 429 for (my $class_counter = 0; $class_counter < 60; $class_counter++) { 430 $metadata_out{"bt${N}Begin"} = $start; 431 $metadata_out{"bt${N}End"} = $end; 432 $metadata_out{"bt${N}Class"} = $class_counter; 433 $metadata_out{"bt${N}Status"} = 'NEW'; 434 $N++; 435 } 436 print STDERR "define_burntool: $row\n"; 437 437 } 438 438 $metadata_out{btN} = $N - 1; … … 668 668 my ($Nexposures,$NprocChips,$NprocWarps,$Nalready) = pre_stack_queue($date,$target,$filter); 669 669 if ((!defined($force_stack_count))&&($NprocChips != $NprocWarps)) { # This makes me sad. :( 670 print STDERR "execute_stacks: Target $target on $date is not fully processed. ($NprocChips $NprocWarps)\n";670 # print STDERR "execute_stacks: Target $target on $date is not fully processed. ($NprocChips $NprocWarps)\n"; 671 671 $metadata_out{nsState} = 'FORCETOWARP'; 672 672 next; 673 673 } 674 674 if ($Nexposures == 0) { 675 print STDERR "execute_stacks: Target $target in filter $filter on $date has no exposures.\n";675 # print STDERR "execute_stacks: Target $target in filter $filter on $date has no exposures.\n"; 676 676 next; 677 677 } 678 678 if ($Nalready != 0) { 679 print STDERR "execute_stacks: Not queueing $target in filter $filter on $date due to already existing stacks.\n";679 # print STDERR "execute_stacks: Not queueing $target in filter $filter on $date due to already existing stacks.\n"; 680 680 next; 681 681 } … … 684 684 } 685 685 unless(defined($pretend)) { 686 print STDERR "execute_stacks: Target $target in filter $filter on $date has exposures and will be queued.\n";686 # print STDERR "execute_stacks: Target $target in filter $filter on $date has exposures and will be queued.\n"; 687 687 stack_queue($date,$target,$filter); 688 688 } … … 690 690 } 691 691 else { 692 print STDERR "execute_stacks: Target $target is not auto-stackable.\n";692 # print STDERR "execute_stacks: Target $target is not auto-stackable.\n"; 693 693 } 694 694 }
Note:
See TracChangeset
for help on using the changeset viewer.
