User-Agent: Microsoft Outlook Express Macintosh Edition - 5.01 (1630) Date: Wed, 01 Aug 2001 13:11:40 -0500 Subject: Re: MPI-2.1 corrections, Batch 2 From: Steven Huss-Lederman To: Rusty Lusk CC: In-Reply-To: <200107052110.QAA03838@XXXXXXXXXXX> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Dear Rusty, A couple of quick thoughts. They generally seem fine to me and I've removed comments that others have already made. Thought I would pass them by you and Bill to see what you think. Sorry for the delay but I just got back. Steve > 5: On page 93 after line 48, add > > Many of the descriptions of the collective routines provide illustrations in > terms of blocking MPI point-to-point routines. These are intended solely to > indicate what data is sent or receive by what process. Many of these examples > are not correct MPI programs; for purposes of simplicity, they often > assume infinite buffering. The idea here is fine. I'm just wondering if this is the best place. p. 20 line 43-45 already has a statement about the examples. I know this applies to this section but maybe add there and then explicitly point to chapter 5. > 8: Page 162, line 48 reads > > Both groups should provide the same count. ^ value To be completely correct it should say: Both groups should provide the same count value. > 14: Page 341, line 18 reads > > typedef MPI::Datarep_conversion_function(void* userbuf, > > but should read > > typedef void MPI::Datarep_conversion_function(void* userbuf, Maybe I missed this correction but don't we also need to do this on Page 253 line 23?