mpi constants for non-mpi

This commit is contained in:
Joachim Schöberl 2020-08-05 18:05:31 +02:00
parent 3c8f1877c9
commit 2e39d07cc8

View File

@ -314,9 +314,10 @@ namespace ngcore
static MPI_Comm MPI_COMM_WORLD = 12345, MPI_COMM_NULL = 10000;
typedef int MPI_Op;
typedef int MPI_Datatype;
typedef int MPI_Request;
enum { MPI_SUM = 0, MPI_MIN = 1, MPI_MAX = 2 };
enum { MPI_SUM = 0, MPI_MIN = 1, MPI_MAX = 2, MPI_LOR = 4711 };
class NgMPI_Comm
{