Skip to content
Snippets Groups Projects
Verified Commit 0f626049 authored by baptiste.coudray's avatar baptiste.coudray
Browse files

Fixed compilation

parent 75f453b4
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ int main(int argc, char *argv[]) {
for (int i = 0; i < N_MEASURES; ++i) {
double start = MPI_Wtime();
for (int j = 0; j < N_ITERATIONS; ++j) {
compute_next_chunk_elems(disp_context, fut_context, &ci, i, j);
compute_next_chunk_elems(disp_context, fut_context, &ci);
}
double finish = MPI_Wtime();
if (my_rank == ROOT_RANK) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment