Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a (unused) fortran datatype for compilation of recent bigdft
authordegomme <degomme@localhost.localdomain>
Wed, 29 Oct 2014 14:08:13 +0000 (15:08 +0100)
committerdegomme <degomme@localhost.localdomain>
Wed, 29 Oct 2014 14:08:13 +0000 (15:08 +0100)
include/smpi/mpif.h.in

index 5732217..1849bab 100644 (file)
       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)
       parameter(MPI_COMPLEX8=24)
       parameter(MPI_COMPLEX16=25)
       parameter(MPI_COMPLEX32=26)
+      parameter(MPI_PACKED=27)