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

Fixed coordinates size

parent f283c608
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ struct dispatch_context {
int my_rank;
int world_size;
int my_cart_rank;
int coordinates[2];
int coordinates[3];
MPI_Comm communicators[4]; /* cart_comm, row_comm, column_comm, depth_comm */
int network_dimensions[3];
int data_dimensions[3];
......
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