1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-04-24 07:42:04 +05:00

Merge branch 'cleanup_paralleltop' into 'master'

porperly clean up created mpi-group/comm in paralleltop

See merge request 
This commit is contained in:
Joachim Schöberl 2019-08-26 12:22:38 +00:00
commit 009139d448

@ -698,6 +698,9 @@ namespace netgen
// cout << "UpdateCoarseGrid - done" << endl; // cout << "UpdateCoarseGrid - done" << endl;
is_updated = true; is_updated = true;
MPI_Group_free(&MPI_LocalGroup);
MPI_Comm_free(&MPI_LocalComm);
} }
} }