mirror of
https://github.com/NGSolve/netgen.git
synced 2025-04-05 11:28:27 +05:00
get rid of ng_comm
This commit is contained in:
parent
b66307f710
commit
939a64869b
@ -160,6 +160,9 @@ namespace ngcore
|
|||||||
bool operator== (MPI_Comm c2) const { return nr == c2.nr; }
|
bool operator== (MPI_Comm c2) const { return nr == c2.nr; }
|
||||||
};
|
};
|
||||||
static MPI_Comm MPI_COMM_WORLD = 12345, MPI_COMM_NULL = 10000;
|
static MPI_Comm MPI_COMM_WORLD = 12345, MPI_COMM_NULL = 10000;
|
||||||
|
|
||||||
|
typedef int MPI_Op;
|
||||||
|
enum { MPI_SUM = 0, MPI_MIN = 1, MPI_MAX = 2 };
|
||||||
|
|
||||||
class NgMPI_Comm
|
class NgMPI_Comm
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user