mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +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;
|
// cout << "UpdateCoarseGrid - done" << endl;
|
||||||
|
|
||||||
is_updated = true;
|
is_updated = true;
|
||||||
|
|
||||||
|
MPI_Group_free(&MPI_LocalGroup);
|
||||||
|
MPI_Comm_free(&MPI_LocalComm);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user