From be191619a913bd00c0abd581e92c4f4601de92ad Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 4 Oct 2013 15:27:29 +0000 Subject: [PATCH] Remove erroneous use of "MPI_Aint". There is no "MPI_Aint" in the Fortran interface. Surprisingly, the Intel compiler didn't choke on this, but the Absoft compiler did. This commit was SVN r29371. --- ompi/mpi/fortran/base/mpi-f08-interfaces.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mpi/fortran/base/mpi-f08-interfaces.F90 b/ompi/mpi/fortran/base/mpi-f08-interfaces.F90 index 4b98bbbe1d..19b4e03154 100644 --- a/ompi/mpi/fortran/base/mpi-f08-interfaces.F90 +++ b/ompi/mpi/fortran/base/mpi-f08-interfaces.F90 @@ -4453,7 +4453,7 @@ interface MPI_Neighbor_alltoallw subroutine MPI_Neighbor_alltoallw_f08(sendbuf,sendcounts,sdispls,sendtypes,recvbuf,recvcounts, & rdispls,recvtypes,comm,ierror & ) OMPI_F08_INTERFACE_BIND_C("MPI_Neighbor_alltoallw_f08") - use :: mpi_f08_types, only : MPI_Datatype, MPI_Comm, MPI_Aint, MPI_ADDRESS_KIND + use :: mpi_f08_types, only : MPI_Datatype, MPI_Comm, MPI_ADDRESS_KIND implicit none !DEC$ ATTRIBUTES NO_ARG_CHECK :: sendbuf, recvbuf !$PRAGMA IGNORE_TKR sendbuf, recvbuf