replacement GetMPIType with same signature

This commit is contained in:
Joachim Schoeberl 2023-09-06 08:13:44 +02:00
parent f4284a7e60
commit f756aadf32

View File

@ -486,7 +486,7 @@ 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> template <class T, class T2=void>
inline MPI_Datatype GetMPIType () { return -1; } inline MPI_Datatype GetMPIType () { return -1; }
class NgMPI_Comm class NgMPI_Comm