From 743135c3e6349769c8f815f190192b520dbd98da Mon Sep 17 00:00:00 2001 From: schnetter Date: Tue, 27 Jan 2009 20:31:24 +0000 Subject: Do not require MPI git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@60 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8 --- src/slab.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/slab.c b/src/slab.c index f02848b..f06b0c8 100644 --- a/src/slab.c +++ b/src/slab.c @@ -305,6 +305,8 @@ MPI_Allreduce (void * sendbuf, void * recvbuf, int count, typedef int MPI_Request; /* dummy */ typedef int MPI_Status; /* dummy */ +#define MPI_REQUEST_NULL 0 /* dummy */ +#define MPI_STATUSES_IGNORE 0 /* dummy */ static int MPI_Irecv (void *buf, int count, MPI_Datatype datatype, -- cgit v1.2.3