From 9d2c2d4ab8c34628e3f8c9f136524a18f44cc322 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Tue, 27 Sep 2005 17:20:41 +0000 Subject: [PATCH] * add declarations for MPI_SEEK_CUR and MPI_SEEK_END This commit was SVN r7519. --- include/mpif.h.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/mpif.h.in b/include/mpif.h.in index 6e0152ad36..c5a87c7373 100644 --- a/include/mpif.h.in +++ b/include/mpif.h.in @@ -91,7 +91,8 @@ integer MPI_DISTRIBUTE_NONE, MPI_DISTRIBUTE_DFLT_DARG integer MPI_TYPECLASS_INTEGER, MPI_TYPECLASS_REAL integer MPI_TYPECLASS_COMPLEX - integer MPI_SEEK_SET, MPI_MODE_CREATE, MPI_MODE_WRONLY + integer MPI_SEEK_SET, MPI_SEEK_CUR, MPI_SEEK_END + integer MPI_MODE_CREATE, MPI_MODE_WRONLY @OMPI_F77_WIN_ATTR_KEYS@ parameter (MPI_ANY_SOURCE=-1)