mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
cmd fix
This commit is contained in:
parent
3aeb3d79b9
commit
c369b13d23
@ -329,7 +329,7 @@ namespace netgen
|
||||
// send partition
|
||||
|
||||
for (int dest = 1; dest < ntasks; dest++)
|
||||
MyMPI_Send ("mesh", dest, MPI_TAG_MESH);
|
||||
MyMPI_Send ("mesh", dest, MPI_TAG_CMD);
|
||||
SendRecvMesh ();
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user