Message-Id: <3741F730.725AED48@igb.umontreal.ca>
From: Edward Vigmond <vigmonde@igb.umontreal.ca>
Organization: University of Montreal
Mime-Version: 1.0
Newsgroups: comp.parallel.pvm
Subject: Re: using pvm_joingroup()
References: <3740B3B5.C983415D@www.uq.net.au>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Date: Tue, 18 May 1999 23:21:51 GMT
Xref: ukc comp.parallel.pvm:8400


Lance Rathbone wrote:
> 
> Hi:
> I"m completely new to pvm. On my first attempt at writing a program I
> used pvm_joingroup() and pvm_barrier(). I can compile the program using:
> 
>      cc -o file file.c -lpvm3 -lgpvm3
> but when I run it I get the the error message:
>     libpvm [t40004]: gs_getgstid() failed to start group server: No such
> file
>     libpvm [t40004]: file: Can't contact local daemon
> 
> Could someone tell me what's going on? (er... what's not going on?)

A group server should be spawned to control the group operations. The
executable should be in $PVM_ROOT/lib/$ARCH/pvmgs. You get your error
when pvmgs is unable to be started.

-- 
Edward Vigmond
Institut de Genie Biomedical, Universite de Montreal
vigmonde@igb.umontreal.ca

