Newsgroups: comp.parallel.mpi
From: Steve Huss-Lederman <lederman@breeze.cs.wisc.edu>
Subject: Re: possible typo in MPI 1.1 standard (June 1995)
Organization: CS Department, University of Wisconsin
Date: 04 Sep 1997 12:25:41 -0500
Message-ID: <dwp3enlyort.fsf@breeze.cs.wisc.edu>

tomc@sloweddy.tam.uiuc.edu (tom cortese) writes:

>       The library example #2 in section 5.5.6 (page 153) of
> the MPI 1.1 standard (June, 1995) appears to have a 
> small typo; directly following the two calls to "MPI_Comm_Create"
> is a pair of "if" statements--each checking communicator "comm_a", instead
> of the first "if" checking "comm_a" and the second checking "comm_b".

This is an error in the code.  I will soon update the errata page on
the MPI Forum home page to state that p. 153, line 39 should have
comm_b not comm_a.

For future reference, the MPI Forum home page discusses how to log
official comments about the document.  It can be viewed at
http://www.mpi-forum.org.  The official address for comments is
mpi-comments@mpi-forum.org.

Steve
MPI Editor

