From: Michael Starkie <Starfire@LL.MIT.EDU>
Newsgroups: comp.parallel.mpi
Subject: comm.getSize() not updated
Date: Tue, 29 Dec 1998 11:52:18 -0500
Organization: MIT Lincoln Laboratory
Message-Id: <368908C1.AA232834@LL.MIT.EDU>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


mpich-1.1.1 configured for ch_p4 device on Solaris.
--------

I run two instances of a program  using mpirun -np 2 rtiexec.

When one process terminates by calling MPI::Finalize(), the other
process still believes the size of the communicator is 2.  ( i.e,
MPI_COMM_WORLD::getSize() == 2 ). Is there anything else I need to do to
update the state of the communicator?

--
Cordially,
Michael Starkie

