From: Srinidhi <srinidhi@ece.neu.edu>
Newsgroups: comp.parallel.pvm
Subject: Spawning from a spawned process
Date: Fri, 05 Feb 1999 13:57:12 -0500
Organization: Northeastern University, Boston
Message-Id: <36BB3F08.72EA71BB@ece.neu.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Xref: ukc comp.parallel.pvm:7983


Hi,

It is probably bad practice,  but I need to spawn processes from a
spawned process ( call it "A").   If I spawn 2 jobs from A, everything
works OK. But trying to spawn 4 or more jobs,  A eventually stops at a
blocking receive (pvm_recv) and the log file has entries about bogus
packets from one of the machines...

My question is, is it documented that one should not spawn processes off
an already spawned process or could it be something I'm doing wrong. I
am running pvm3.4beta6 on a Redhat linux 5.1 cluster.

Thanks for any help,
-Srinidhi

