mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
get rid of ng_comm
This commit is contained in:
parent
939a64869b
commit
67c24a044c
@ -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; }
|
||||||
|
Loading…
Reference in New Issue
Block a user