<div dir="ltr">
Hello, <br> I have a naive question. MPI3 has Fortran binding in forms like this:<br><br><div> MPI_Send(buf, count, datatype, dest, tag, comm, ierror) BIND(C)<div>
TYPE(*), DIMENSION(..), INTENT(IN) :: buf<br> INTEGER, INTENT(IN) :: count, dest, tag</div><div> ...</div><div><br><div> So how to interpret BIND(C) here? Is it to say this interface is interoperable with C? But I find the interface arguments are not interoperable, e.g., INTEGER, instead of C_INT.<br>
Thank you.<br><br>--Junchao Zhang
</div></div></div></div>