mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 13:50:33 +05:00
get rid of ng_comm
This commit is contained in:
parent
734e96c87c
commit
656301b2b2
@ -179,10 +179,10 @@ namespace ngcore
|
||||
template<typename T>
|
||||
void MyMPI_Recv (T & val, int src, int tag) const { ; }
|
||||
|
||||
template <typename T, typename T2 = decltype(GetMPIType<T>())>
|
||||
template <typename T>
|
||||
T AllReduce (T d, const MPI_Op & op) const { return d; }
|
||||
|
||||
template <typename T, typename T2 = decltype(GetMPIType<T>())>
|
||||
template <typename T>
|
||||
INLINE void Bcast (T & s, int root = 0) const { ; }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user