Skip to content

Commit

Permalink
Fix mapper map_task for DCR shard (part 2).
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Jul 31, 2024
1 parent b4d725b commit 95c6111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mapper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ void FuzzMapper::map_task(const MapperContext ctx, const Task &task,
log_map.debug() << "map_task: Selected variant " << output.chosen_variant;

// TODO: assign to variant's correct processor kind
output.target_procs.clear();
if (input.shard_processor.exists()) {
log_map.debug() << "map_task: Mapping to shard proc";
output.target_procs.push_back(input.shard_processor);
Expand Down

0 comments on commit 95c6111

Please sign in to comment.