Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fortran support for MPI_UB and MPI_LB
[simgrid.git] / include / smpi / mpif.h.in
index 23296ca..bd1c70d 100644 (file)
       integer MPI_ERRORS_RETURN, MPI_ERRORS_ARE_FATAL
       parameter(MPI_ERRORS_RETURN=42)
       parameter(MPI_ERRORS_ARE_FATAL=43)
+
+      integer MPI_LB, MPI_UB
+      parameter(MPI_LB=44)
+      parameter(MPI_UB=45)
       
       INTEGER MPI_ADDRESS_KIND, MPI_OFFSET_KIND
       PARAMETER (MPI_ADDRESS_KIND=@CMAKE_SIZEOF_VOID_P@)