mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-26 21:00:34 +05:00
use mesh-communicator in another place
This commit is contained in:
parent
fc7381e587
commit
9c4cfb7864
@ -884,6 +884,9 @@ namespace netgen
|
||||
throw NgException ("mesh file not found");
|
||||
}
|
||||
|
||||
int rank = GetCommunicator().Rank();
|
||||
int ntasks = GetCommunicator().Size();
|
||||
|
||||
char str[100];
|
||||
int i, n;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user