mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
mpiwrapper
This commit is contained in:
parent
a1a16ef8f0
commit
2c5fdfbfec
@ -117,7 +117,7 @@ void Ng_LoadMeshFromStream ( istream & input )
|
||||
}
|
||||
|
||||
|
||||
void Ng_LoadMesh (const char * filename, MPI_Comm comm)
|
||||
void Ng_LoadMesh (const char * filename, ngcore::NgMPI_Comm comm)
|
||||
{
|
||||
int id = MyMPI_GetId(comm);
|
||||
int ntasks = MyMPI_GetNTasks(comm);
|
||||
|
Loading…
Reference in New Issue
Block a user