diff --git a/libsrc/core/hashtable.hpp b/libsrc/core/hashtable.hpp index a1c603cf..8ef05200 100644 --- a/libsrc/core/hashtable.hpp +++ b/libsrc/core/hashtable.hpp @@ -10,7 +10,7 @@ #include #include -#include "mpi_wrapper.hpp" +// #include "mpi_wrapper.hpp" #include "ngcore_api.hpp" #include "table.hpp" #include "utils.hpp" @@ -1071,7 +1071,7 @@ namespace ngcore } // namespace ngcore - +/* #ifdef PARALLEL namespace ngcore { template @@ -1092,6 +1092,19 @@ namespace ngcore { }; } #endif +*/ + +namespace ngcore +{ + template struct MPI_typetrait; + + template + struct MPI_typetrait > { + static auto MPIType () { + return MPI_typetrait>::MPIType(); + } + }; +}