Newsgroups: comp.parallel.pvm
From: Richard Barrett <rbarrett@lanl.gov>
Subject: Re: PVM Error -7: Trouble spawning slaves. Aborting
Organization: Los Alamos National Laboratory
Date: Mon, 08 Dec 1997 09:52:40 -0600
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <348C17C8.7CDE@lanl.gov>

sjalali@bnr.ca wrote:
> 
> Where can I find out details about error code -7 below,
> and how to fix this?
> 
Look in the (f)pvm3.h include file for the parameterization
of error code:

   #define PvmNoFile               -7      /* No such file */

Ok, still not the most informative comment. The file it is refering
to is your executable. PVM will look under $(HOME)/pvm3/bin/$(ARCH)
unless
you tell it otherwise:

- put full path to executable in pvm_spawn call

or 

- use the 'ep' option in your hostfile.

or

- create pvm3/bin/$(ARCH) in your local area.

Richard

> 
> floyd:~/pvm3> sjhj
> Trouble spawning slaves. Aborting. Error codes are:
>   TID 0 - -7
>   TID 1 - -7
> 
> -------------------==== Posted via Deja News ====-----------------------
>       http://www.dejanews.com/     Search, Read, Post to Usenet

