get rid of ng_comm

This commit is contained in:
Joachim Schöberl 2019-02-12 22:25:22 +01:00
parent b66307f710
commit 939a64869b

View File

@ -161,6 +161,9 @@ namespace ngcore
}; };
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
{ {