From: sanpawat@allegro.cs.tufts.edu (Sanpawat Kantabutra)
Newsgroups: comp.parallel.mpi
Subject: Re: debugging
Date: 8 Mar 1999 20:00:45 GMT
Organization: Tufts University
Message-Id: <7c1a9d$n3v$1@news3.tufts.edu>
References: <7c1634$hb0$1@nnrp1.dejanews.com>
Xref: ukc comp.parallel.mpi:4704


srrmt@my-dejanews.com wrote:
: hello,I am using mpi to parallelize a visualization algorithm. When I run
: the program using mpirun, it gives an error "trying to receive a message when
: there are no connections;Bailing out.". Could anyone tell me why the error?. 
: Thanks in advance.  Sri.

One more thing. If you need your slaves to stay there for more subsequent
messages, make sure that you have a loop so that the slaves will continue 
to exist after the first message is received. If you don't have a loop,
your slave processes will cease to exist and MPI will report the message 
that you got. -sk
----------------------------------------
Perpetual optimism is a force multiplier

