<div dir="ltr">That makes sense. <div>I found MPI_STATUS_IGNORE and MPI_STATUSES_IGNORE are a subtle issue in binding.<br><div><div>Thanks, Jeff.<br></div></div></div></div><div class="gmail_extra"><br clear="all"><div><div dir="ltr">
--Junchao Zhang</div></div>
<br><br><div class="gmail_quote">On Wed, Mar 12, 2014 at 10:30 AM, Jeff Squyres (jsquyres) <span dir="ltr"><<a href="mailto:jsquyres@cisco.com" target="_blank">jsquyres@cisco.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Rolf R. just reminded me off-list what the real reason is: MPI_STATUSES_IGNORE.<br>
<br>
We can't know what the (count) will be, but you still must be able to pass MPI_STATUSES_IGNORE through that dummy argument.  Hence, it must be (*), not (count).<br>
<br>
Keep in mind that the spec prohibits you from having a special type for MPI_STATUSES_IGNORE.  I.e., it must be Type(MPI_Status) so that tools can know how to intercept it properly.<br>
<br>
Make sense?<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On Mar 12, 2014, at 5:25 AM, N.M. Maclaren <<a href="mailto:nmm1@cam.ac.uk">nmm1@cam.ac.uk</a>> wrote:<br>
<br>
> On Mar 12 2014, Malcolm Cohen wrote:<br>
>><br>
>> That reason is bogus, if the dummy argument is declared to have "count" elements the actual argument is required to have at least "count" elements, but this need not be exact. The Fortran standard states<br>

>><br>
>> "The rank and shape of the actual argument need not agree with the rank and shape of the dummy argument, but the number of elements in the dummy argument shall not exceed the number of elements in the element sequence of the actual argument."<br>

>><br>
>> (F2008 12.5.1.11)<br>
><br>
> And that has been true since Fortran II - I have just checked that it<br>
> was explicitly stated there, too.<br>
><br>
><br>
> Regards,<br>
> Nick Maclaren.<br>
><br>
> _______________________________________________<br>
> mpiwg-fortran mailing list<br>
> <a href="mailto:mpiwg-fortran@lists.mpi-forum.org">mpiwg-fortran@lists.mpi-forum.org</a><br>
> <a href="http://lists.mpi-forum.org/mailman/listinfo.cgi/mpiwg-fortran" target="_blank">http://lists.mpi-forum.org/mailman/listinfo.cgi/mpiwg-fortran</a><br>
<br>
<br>
</div></div><div class="im HOEnZb">--<br>
Jeff Squyres<br>
<a href="mailto:jsquyres@cisco.com">jsquyres@cisco.com</a><br>
For corporate legal information go to: <a href="http://www.cisco.com/web/about/doing_business/legal/cri/" target="_blank">http://www.cisco.com/web/about/doing_business/legal/cri/</a><br>
<br>
</div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
mpiwg-fortran mailing list<br>
<a href="mailto:mpiwg-fortran@lists.mpi-forum.org">mpiwg-fortran@lists.mpi-forum.org</a><br>
<a href="http://lists.mpi-forum.org/mailman/listinfo.cgi/mpiwg-fortran" target="_blank">http://lists.mpi-forum.org/mailman/listinfo.cgi/mpiwg-fortran</a><br>
</div></div></blockquote></div><br></div>