Skip to content
Snippets Groups Projects

Remove m_cell_global_index from Connectivity

Merged Stéphane Del Pino requested to merge feature/loadbalancing into develop
3 files
+ 44
12
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -90,7 +90,9 @@ PTScotchPartitioner::partition(const CRSGraph& graph)
SCOTCH_stratExit(&scotch_strategy);
}
MPI_Comm_free(&partitioning_comm);
if (partitioning_comm != MPI_COMM_NULL){
MPI_Comm_free(&partitioning_comm);
}
MPI_Group_free(&mesh_group);
MPI_Group_free(&world_group);
Loading