mirror of
https://github.com/NGSolve/netgen.git
synced 2025-02-03 16:50:34 +05:00
GetMPIType also for mpi replacement
This commit is contained in:
parent
2285785af5
commit
f4284a7e60
@ -485,6 +485,9 @@ namespace ngcore
|
|||||||
|
|
||||||
inline void MPI_Type_contiguous ( int, MPI_Datatype, MPI_Datatype*) { ; }
|
inline void MPI_Type_contiguous ( int, MPI_Datatype, MPI_Datatype*) { ; }
|
||||||
inline void MPI_Type_commit ( MPI_Datatype * ) { ; }
|
inline void MPI_Type_commit ( MPI_Datatype * ) { ; }
|
||||||
|
|
||||||
|
template <class T>
|
||||||
|
inline MPI_Datatype GetMPIType () { return -1; }
|
||||||
|
|
||||||
class NgMPI_Comm
|
class NgMPI_Comm
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user