Skip to content
Snippets Groups Projects
Commit 3efb2e6c authored by Nicolas Fley's avatar Nicolas Fley
Browse files

Useless variable status (MPI_Status) deleted

parent 915875d3
Branches
No related tags found
No related merge requests found
No preview for this file type
......@@ -57,8 +57,6 @@ int main (int argc, char *argv[]) {
int * displs; // number of element for each process
float ** matrix;
MPI_Status status;
MPI_Init (&argc, &argv); /* starts MPI */
MPI_Comm_rank(MPI_COMM_WORLD, &rank); /* get current process id */
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment