From: Rolf Rabenseifner Subject: Re: MPI-2.1 corrections, Batch 2 // Item 13 To: mpi-21@XXXXXXXXXXXXX Date: Tue, 17 Jul 2001 13:45:14 +0200 (CEST) In-Reply-To: <200107052110.QAA03838@XXXXXXXXXXX> X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-mpi-21@XXXXXXXXXXXXX Precedence: bulk Reply-To: mpi-21@XXXXXXXXXXXXX > 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@XXXXXXXXXXXXXXXXXXXX Germany http://www.hlrs.de/people/rabenseifner