From 7145b95bd8867ce6cd274b1d5cfd9b6a670d0d1e Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 28 Sep 2009 15:45:57 +0000 Subject: [PATCH] Refs trac:2032. Add comment explaining why we have MPI_LOGICALx datatypes in fortran. This commit was SVN r22024. The following Trac tickets were found above: Ticket 2032 --> https://svn.open-mpi.org/trac/ompi/ticket/2032 --- ompi/include/mpif-common.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ompi/include/mpif-common.h b/ompi/include/mpif-common.h index 720b80b625..90b96c0f92 100644 --- a/ompi/include/mpif-common.h +++ b/ompi/include/mpif-common.h @@ -408,6 +408,9 @@ integer MPI_DOUBLE_COMPLEX integer MPI_2REAL, MPI_2DOUBLE_PRECISION, MPI_2INTEGER integer MPI_2COMPLEX, MPI_2DOUBLE_COMPLEX +! Note that MPI_LOGICALx are not defined by the MPI spec, but there are +! other MPI implementations that have them, so it's good for us to have +! as well. integer MPI_LOGICAL1, MPI_LOGICAL2, MPI_LOGICAL4, MPI_LOGICAL8 !