From f559b54df44e7084d71e5087d5f9eea366cdcc00 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Sun, 19 Sep 2004 07:39:44 +0000 Subject: [PATCH] Update some more mpif.h values -- still need to do something about MPI_REQUEST_NULL, though. This commit was SVN r2758. --- include/mpif.h.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/mpif.h.in b/include/mpif.h.in index 251483b741..327c90183e 100644 --- a/include/mpif.h.in +++ b/include/mpif.h.in @@ -130,9 +130,9 @@ parameter (MPI_COMM_NULL=2) parameter (MPI_DATATYPE_NULL=0) parameter (MPI_REQUEST_NULL=-1) - parameter (MPI_OP_NULL=-1) - parameter (MPI_ERRHANDLER_NULL=-1) - parameter (MPI_INFO_NULL=-1) + parameter (MPI_OP_NULL=0) + parameter (MPI_ERRHANDLER_NULL=0) + parameter (MPI_INFO_NULL=0) ! ! MPI_Init_thread constants !