GetMPIType also for mpi replacement

This commit is contained in:
Joachim Schoeberl 2023-09-06 07:49:27 +02:00
parent 2285785af5
commit f4284a7e60

View File

@ -485,6 +485,9 @@ namespace ngcore
inline void MPI_Type_contiguous ( int, MPI_Datatype, MPI_Datatype*) { ; }
inline void MPI_Type_commit ( MPI_Datatype * ) { ; }
template <class T>
inline MPI_Datatype GetMPIType () { return -1; }
class NgMPI_Comm
{