get rid of ng_comm

This commit is contained in:
Joachim Schöberl 2019-02-12 22:27:58 +01:00
parent 939a64869b
commit 67c24a044c

View File

@ -27,8 +27,8 @@ namespace netgen
return global_d; return global_d;
} }
#else #else
enum { MPI_SUM = 0, MPI_MIN = 1, MPI_MAX = 2 }; // enum { MPI_SUM = 0, MPI_MIN = 1, MPI_MAX = 2 };
typedef int MPI_Op; // typedef int MPI_Op;
template <typename T> template <typename T>
inline T MyMPI_AllReduceNG (T d, const MPI_Op & op /* = MPI_SUM */, MPI_Comm comm) inline T MyMPI_AllReduceNG (T d, const MPI_Op & op /* = MPI_SUM */, MPI_Comm comm)
{ return d; } { return d; }