Skip to content

Commit 6aa49d6

Browse files
Merge branch 'master' into rc
2 parents 08be26c + 92afef3 commit 6aa49d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/legion/legion_tasks.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4068,7 +4068,7 @@ namespace Legion {
40684068
}
40694069
// Construct the collective mapping
40704070
std::vector<AddressSpaceID> spaces(output.target_processors.size()+1);
4071-
for (unsigned idx = 0; idx < spaces.size(); idx++)
4071+
for (unsigned idx = 0; idx < output.target_processors.size(); idx++)
40724072
spaces[idx] = output.target_processors[idx].address_space();
40734073
// Make sure we include our local space too
40744074
spaces.back() = runtime->address_space;

0 commit comments

Comments
 (0)