get rid of ng_comm

This commit is contained in:
Joachim Schöberl 2019-02-12 22:21:44 +01:00
parent 656301b2b2
commit b66307f710

View File

@ -183,7 +183,7 @@ namespace ngcore
T AllReduce (T d, const MPI_Op & op) const { return d; }
template <typename T>
INLINE void Bcast (T & s, int root = 0) const { ; }
void Bcast (T & s, int root = 0) const { ; }
};
#endif