From 0cbc674cbe02df93f96e959f4267b263e0ccb1ce Mon Sep 17 00:00:00 2001 From: degomme Date: Wed, 29 Oct 2014 15:08:13 +0100 Subject: [PATCH] add a (unused) fortran datatype for compilation of recent bigdft --- include/smpi/mpif.h.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/smpi/mpif.h.in b/include/smpi/mpif.h.in index 573221714d..1849bab88c 100644 --- a/include/smpi/mpif.h.in +++ b/include/smpi/mpif.h.in @@ -137,6 +137,7 @@ integer MPI_LOGICAL8, MPI_2REAL, MPI_2DOUBLE_PRECISION integer MPI_AINT, MPI_OFFSET, MPI_COUNT integer MPI_REAL16, MPI_COMPLEX8,MPI_COMPLEX16,MPI_COMPLEX32 + integer MPI_PACKED parameter(MPI_DATATYPE_NULL=-1) parameter(MPI_BYTE=0) parameter(MPI_CHARACTER=1) @@ -166,6 +167,7 @@ parameter(MPI_COMPLEX8=24) parameter(MPI_COMPLEX16=25) parameter(MPI_COMPLEX32=26) + parameter(MPI_PACKED=27) -- 2.20.1