1
1

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
Этот коммит содержится в:
Jeff Squyres 2009-09-28 15:45:57 +00:00
родитель 5182617321
Коммит 7145b95bd8

Просмотреть файл

@ -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
!