[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Typo in MPI_Type_create_indexed_block explanation
Dear Group,
another small typo (page and line numbers refer to the printed MPI
book, vol 1):
Jesper
------
MPI_Type_create_indexed_block:
p.140, line 15:
In the example explanation, there are two mistakes:
"A call to MPI_TYPE_INDEXED_BLOCK..." should be
"A call to MPI_TYPE_CREATE_INDEXED_BLOCK..."
and
"is equivalent to a call to MPI_TYPE_INDEXED_BLOCK..." should be
"is equivalent to a call to MPI_TYPE_INDEXED..."