diff --git a/libsrc/core/mpi_wrapper.hpp b/libsrc/core/mpi_wrapper.hpp index 7e55faf5..4bf99e14 100644 --- a/libsrc/core/mpi_wrapper.hpp +++ b/libsrc/core/mpi_wrapper.hpp @@ -179,10 +179,10 @@ namespace ngcore template void MyMPI_Recv (T & val, int src, int tag) const { ; } - template ())> + template T AllReduce (T d, const MPI_Op & op) const { return d; } - template ())> + template INLINE void Bcast (T & s, int root = 0) const { ; } };