[MPIWG Fortran] Question about an argument of MPI_Testall

Junchao Zhang jczhang at mcs.anl.gov
Tue Mar 11 11:03:22 CDT 2014


Hello,

P60 of MPI3 reads:

MPI_Testall(count, array_of_requests, flag, array_of_statuses, ierror)

    INTEGER, INTENT(IN) ::  count

    TYPE(MPI_Request), INTENT(INOUT) ::  array_of_requests(count)

    LOGICAL, INTENT(OUT) ::  flag

    TYPE(MPI_Status) ::  array_of_statuses(*)

    INTEGER, OPTIONAL, INTENT(OUT) ::  ierror

Should array_of_statuses be declared as TYPE(MPI_Status)
::  array_of_statuses(count)?

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


More information about the mpiwg-fortran mailing list