mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +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; }
|
||||
|
||||
template <typename T>
|
||||
INLINE void Bcast (T & s, int root = 0) const { ; }
|
||||
void Bcast (T & s, int root = 0) const { ; }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user