Newsgroups: comp.parallel.pvm
Path: ukc!uknet!EU.net!howland.reston.ans.net!math.ohio-state.edu!hobbes.physics.uiowa.edu!ljg
From: ljg@space.physics.uiowa.edu (Larry Granroth)
Subject: Re: PVM on NetBSD/i386
Message-ID: <CJn0AI.5u3@space.physics.uiowa.edu>
Organization: The University of Iowa, Department of Physics and Astronomy
X-Newsreader: TIN [version 1.2 PL2]
References: <CJMMqL.n0w@space.physics.uiowa.edu>
Date: Fri, 14 Jan 1994 20:44:36 GMT
Lines: 16

Larry Granroth (ljg@space.physics.uiowa.edu) wrote:
: I've gotten pvm3 to compile and run under NetBSD/i386 0.9 with the
: following modifications:

. . .

I forgot one:  In startup.c there's a #define RSHCOMMAND /usr/ucb/rsh
which needs to be fixed in some manner, probably

#ifdef IMA_BSD386
#define RSHCOMMAND "/usr/bin/rsh"
#else
#define RSHCOMMAND "/usr/ucb/rsh"
#endif

larry-granroth@uiowa.edu

