[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MPI-2.1 corrections, Batch 2 // Item 13
> 13: Page 334, line 22 read
>
> void MPI::Win::Get(const void *origin_addr, int origin_count, const
>
> but should read
>
> void MPI::Win::Get(void *origin_addr, int origin_count, const
This item corrects the Appendix according to an item in the first ballot.
We have the same problem with the already adopted errata on page 204:
http://www-unix.mcs.anl.gov/~gropp/mpi/mpi-errata/adopted.html
Page 204, line 30 reads
bool MPI::Win::Get_attr(const MPI::Win&win, int win_keyval, void* attribute_val) const
but should read
bool MPI::Win::Get_attr(int win_keyval, void* attribute_val) const
Therefore, please correct also the appendix:
--------------------------------------------
Page 337, line 31+32 reads
bool MPI::Win::Get_attr(const MPI::Win&win, int win_keyval,
void* attribute_val) const
but should read
bool MPI::Win::Get_attr(int win_keyval, void* attribute_val) const
Dr. Rolf Rabenseifner High Performance Computing
Parallel Computing Center Stuttgart (HLRS)
Rechenzentrum Universitaet Stuttgart (RUS) Phone: ++49 711 6855530
Allmandring 30 FAX: ++49 711 6787626
D-70550 Stuttgart rabenseifner@rus.uni-stuttgart.de
Germany http://www.hlrs.de/people/rabenseifner