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