Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornung67 committed Oct 31, 2024
1 parent 4625664 commit 81d9f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/comm/HALO_EXCHANGE_FUSED-Seq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ void HALO_EXCHANGE_FUSED::runSeqVariantWorkGroup(VariantID vid)
}
}
workgroup group_unpack = pool_unpack.instantiate();
worksite site_unpack = group_unpack.run(run);
worksite site_unpack = group_unpack.run(res);

MPI_Waitall(num_neighbors, pack_mpi_requests.data(), MPI_STATUSES_IGNORE);

Expand Down

0 comments on commit 81d9f43

Please sign in to comment.