Newsgroups: comp.parallel.pvm
From: Stefan Hinker <hinker@informatik.uni-wuerzburg.de>
Subject: Re: Master and Slave put together...
Organization: University of Wuerzburg, Germany
Date: 11 Sep 1995 16:26:07 GMT
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <431nuv$5h6@winx03.informatik.uni-wuerzburg.de>

Hi!

At first sight, I would say the difference is from where you started you
master.
In a.out, you wrote:
  if (pvm_parent () == PvmNoParent)
Well, started from XPVM, XPVM is the parent of your task.
To debug, output pvm_parent() to somewhere readable and compare the two cases.

Corrections of this first sight solution are welcome!

Greetings,
Stefan
-- 
===============================================================================
Stefan Hinker                         email: hinker@informatik.uni-wuerzburg.de
                Unix? Still working on it  :-))
===============================================================================


