- Timestamp:
- May 12, 2009, 4:07:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_magic/ippScripts/scripts/magic_definerun.pl
r23186 r24149 164 164 &my_die("failed to retrieve new magic run information", $PS_EXIT_CONFIG_ERROR) if !$magic_id; 165 165 166 ### This is left over from when diffs were composed of a single skycell 167 ### When we're not too busy, it should be deleted in favour of: 168 ### magicRun JOIN diffSkyfile USING(diff_id) WHERE diffSkyfile.fault = 0 AND diffSkyfile.quality = 0 166 169 foreach my $diff_skyfile (@$inputs) { 167 170 my $skycell_id = $diff_skyfile->{skycell_id}; … … 171 174 } 172 175 my $diff_id = $diff_skyfile->{diff_id}; 173 my $command = "$magictool -addinputskyfile -magic_id $magic_id -diff_id $diff_id"; 174 $command .= " -node $skycell_id"; 176 my $command = "$magictool -addinputskyfile"; 177 $command .= " -magic_id $magic_id"; 178 $command .= " -node $skycell_id"; 175 179 $command .= " -dbname $dbname" if $dbname; 176 180
Note:
See TracChangeset
for help on using the changeset viewer.
