[MPI3 Fortran] MPI Fortran bindings

Jeff Squyres jsquyres at cisco.com
Fri Jun 5 13:41:50 CDT 2009


On Jun 5, 2009, at 2:34 PM, Aleksandar Donev wrote:

> > It is my understanding
> > that there is a standard way to do this, but not all compilers
> > support   it yet.  Is that incorrect?
> No, there is no officially published way to do this yet. This is why
> some of us suggested it is premature to publish the revised interface.
>


Then I guess I don't see how this notation is different than what has  
been in the MPI spec for the last 15 years:

MPI_SEND(BUF, COUNT, DATATYPE, DEST, TAG, COMM, IERROR)
    <type> BUF(*)
    INTEGER COUNT, DATATYPE, DEST, TAG, COMM, IERROR

-- 
Jeff Squyres
Cisco Systems




More information about the mpiwg-fortran mailing list