Newsgroups: comp.parallel.pvm
From: papadopo@cs.utk.edu (Philip Papadopoulos)
Subject: Re: reduce operations with pvm 3.3.2
Organization: CS Department, University of Tennessee, Knoxville
Date: 6 Jul 1994 14:18:21 -0400
Message-ID: <2veshdINNq65@duncan.cs.utk.edu>

In article <2vejnc$b0b@urmel.informatik.rwth-aachen.de> walter@lfbs.rwth-aachen.de (Walter Sprangers) writes:
>Need help!
>
>I want to use the reduce operations availabe in pvm 3.3.2. So I first
>tried the example given in gexamples provided with PVM. 
>But not with much success.Starting the program with 2 processors 
>got me the following:
>
>gexamp 0x40002 enrolled
>libpvm [t40002]: gs_getgstid() failed to start group server: No such file
>gexamp 0x40002 -14
>

The program "pvmgs" is the group server used in PVM. It should be
in your $PVM_ROOT/bin/$PVM_ARCH directory. This program
is automatically invoked on the first group server call -- so you
don't have to do anything special expect make sure the pvmgs
exists in the right place.    To make sure the group server is
there, go to $PVM_ROOT and type "make g"

--Phil



