mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-26 21:00:34 +05:00
Merge branch 'loadmesh_fix' into 'master'
Reset geometry when loading mesh with MPI active. See merge request jschoeberl/netgen!95
This commit is contained in:
commit
0251b4ad0c
@ -124,6 +124,7 @@ void Ng_LoadMesh (const char * filename)
|
||||
#ifdef PARALLEL
|
||||
MPI_Comm_size(MPI_COMM_WORLD, &ntasks);
|
||||
MPI_Comm_rank(MPI_COMM_WORLD, &id);
|
||||
ng_geometry = nullptr;
|
||||
#endif
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user