no MPI command sending in netgen

This commit is contained in:
Joachim Schoeberl 2022-04-29 12:23:40 +02:00
parent ab7f1be9ab
commit db0339a143

View File

@ -220,7 +220,7 @@ namespace netgen
mesh -> Load(filename); mesh -> Load(filename);
SetGlobalMesh (mesh); SetGlobalMesh (mesh);
#ifdef PARALLEL #ifdef PARALLEL_NETGEN
MyMPI_SendCmd ("mesh"); MyMPI_SendCmd ("mesh");
mesh -> Distribute(); mesh -> Distribute();
#endif #endif