Skip to content

Commit

Permalink
fix index
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleveland committed Aug 20, 2021
1 parent 97bd145 commit a6a6456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kde/quick_index.cc
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ auto put_lambda = [](auto &put, auto &put_buffer, auto &put_size, auto &win) {
// loop over all ranks we need to send this buffer too.
for (auto &putv : put.second) {
const int put_rank = putv[0];
const int put_offset = putv[2];
const int put_offset = putv[1];
// This is dumb, but we need to write in chunks because MPI_Put writes
// junk with large (>10,000) buffer sizes.
int chunk_size = 1000;
Expand Down

0 comments on commit a6a6456

Please sign in to comment.