Skip to content
Snippets Groups Projects
Commit 94c629d0 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Revert MPI_Comm_free placement

parent b417f2c6
No related branches found
No related tags found
1 merge request!205High-order polynomial reconstruction
......@@ -72,9 +72,10 @@ Partitioner::partition(const CRSGraph& graph)
throw UnexpectedError("Metis Error");
}
// LCOV_EXCL_STOP
}
MPI_Comm_free(&parmetis_comm);
}
MPI_Group_free(&mesh_group);
return part;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment