mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 05:20:34 +05:00
Merge branch 'cleanup_paralleltop' into 'master'
porperly clean up created mpi-group/comm in paralleltop See merge request jschoeberl/netgen!212
This commit is contained in:
commit
009139d448
@ -698,6 +698,9 @@ namespace netgen
|
||||
// cout << "UpdateCoarseGrid - done" << endl;
|
||||
|
||||
is_updated = true;
|
||||
|
||||
MPI_Group_free(&MPI_LocalGroup);
|
||||
MPI_Comm_free(&MPI_LocalComm);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user