From f4284a7e602f6bdab010b705ab3c5ac58f020473 Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Wed, 6 Sep 2023 07:49:27 +0200 Subject: [PATCH] GetMPIType also for mpi replacement --- libsrc/core/mpi_wrapper.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libsrc/core/mpi_wrapper.hpp b/libsrc/core/mpi_wrapper.hpp index a23443dc..76306a09 100644 --- a/libsrc/core/mpi_wrapper.hpp +++ b/libsrc/core/mpi_wrapper.hpp @@ -485,6 +485,9 @@ namespace ngcore inline void MPI_Type_contiguous ( int, MPI_Datatype, MPI_Datatype*) { ; } inline void MPI_Type_commit ( MPI_Datatype * ) { ; } + + template + inline MPI_Datatype GetMPIType () { return -1; } class NgMPI_Comm {