mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-13 17:48:34 +05:00
get rid of ng_comm
This commit is contained in:
parent
656301b2b2
commit
b66307f710
@ -183,7 +183,7 @@ namespace ngcore
|
|||||||
T AllReduce (T d, const MPI_Op & op) const { return d; }
|
T AllReduce (T d, const MPI_Op & op) const { return d; }
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
INLINE void Bcast (T & s, int root = 0) const { ; }
|
void Bcast (T & s, int root = 0) const { ; }
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user