Newsgroups: comp.parallel.pvm
From: schwide@ira.uka.de (Martin Schwidefsky)
Subject: Re: PVM and Linux
Organization: University of Karlsruhe, Germany
Date: 19 Mar 1996 14:04:53 GMT
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Message-ID: <4imeu5$ak8@nz12.rz.uni-karlsruhe.de>

>It compiles ok and the daemon runs, but the spawn function always
>fails for some reason. Have I missed something?

The PVM-daemon will fail to run a spawned process, if the executable
isn't found on the paths known to the daemon. Including something like
   export PATH=$PATH:<path to your pvm-executables>
in the startup script of your shell should help.

Martin.

-- 
                     '''
                    (o o)
+---------------oOO--(_)--OOo---------------+
|  Martin Schwidefsky,  schwide@ira.uka.de  |

