From ebcf9253da9fea3fb7555a573f427c01fdad2ea6 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Wed, 27 May 2020 14:53:05 +0200 Subject: [PATCH] fortran : allow use of C names for types --- include/smpi/mpif.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/smpi/mpif.h.in b/include/smpi/mpif.h.in index 909a541607..23296ca26e 100644 --- a/include/smpi/mpif.h.in +++ b/include/smpi/mpif.h.in @@ -162,15 +162,18 @@ parameter(MPI_BYTE=1) parameter(MPI_CHARACTER=2) parameter(MPI_LOGICAL=3) + parameter(MPI_INT=4) parameter(MPI_INTEGER=4) parameter(MPI_INTEGER1=5) parameter(MPI_INTEGER2=6) parameter(MPI_INTEGER4=7) parameter(MPI_INTEGER8=8) parameter(MPI_REAL=9) + parameter(MPI_FLOAT=9) parameter(MPI_REAL4=10) parameter(MPI_REAL8=11) parameter(MPI_DOUBLE_PRECISION=12) + parameter(MPI_DOUBLE=12) parameter(MPI_COMPLEX=13) parameter(MPI_DOUBLE_COMPLEX=14) parameter(MPI_2INTEGER=15) -- 2.20.1