[MPIWG Fortran] Assumed-size array in MPI3

Junchao Zhang jczhang at mcs.anl.gov
Mon Mar 10 11:06:41 CDT 2014


Hello,
  I read a Fortran textbook, which says "Assumed-size dummy arrays are a
holdover from earlier versions of Fortran. They should never be used in any
new programs".
  But I find MPI3 has interfaces like

MPI_Alltoallv(sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts,
rdispls, recvtype, comm, ierror)
 ...
 INTEGER, INTENT(IN) :: sendcounts(*), sdispls(*), recvcounts(*), rdispls(*)
 ...


  I was wondering why MPI3 still uses it.
  Thanks.

--Junchao Zhang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mpi-forum.org/pipermail/mpiwg-fortran/attachments/20140310/4a1e690d/attachment.html>


More information about the mpiwg-fortran mailing list