File pointer details show up in the introductions for those sections.
> You describe the buftypes pretty carefully but say nothing
> about filetypes. I assume that's because it's described in
> under Views. There should be a reference to that as well.
I added a reference to "File Views".
> > The number of \mpiarg{etype} or \mpiarg{datatype} elements accessed
> > can be extracted from \mpiarg{status}
> > using the routines \func{MPI\_GET\_COUNT} or \func{MPI\_GET\_ELEMENTS}.
>
> This sentence is still very misleading. You should say
> explicitly that you get the count of etypes and buftypes
> from MPI_Get_count (either directly or by doing the math yourself,
> whatever we decide), and you get the number of basic types from
> MPI_Get_elements.
Given the MPI-1 definitions for MPI_GET_COUNT and MPI_GET_ELEMENTS,
I have changed the sentence to:
The number of \mpiarg{datatype} entries and basic elements accessed
can be extracted from \mpiarg{status} using
\func{MPI\_GET\_COUNT} and \func{MPI\_GET\_ELEMENTS}, respectively.
I believe this is both legal and specific. My preference is to
leave off details like "the user can compute the number of etypes by ...",
as that is tutorial, and this section is supposed to be definitive.
- bill