Newsgroups: comp.parallel.pvm
From: Robert Bowles <rbowles@op.net>
Subject: Re: Problems installing pvm3-3 in Red Hat 5.0 Linux
Organization: Organization?
Date: Tue, 18 Aug 1998 04:11:11 -0400
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <35D9371F.E23218F5@op.net>

Dima Pasechnik wrote:
> 
> rjbono@hiline.net (Rick Bono) writes:
> 
> >
> > Got the same problem trying to compile with RedHat 5.1...
> > On Tue, 23 Jun 1998 16:56:03 +0200, apalma <apalma@ugr.es> wrote:
> >
> > >when installing pvm3-3 on a RedHat 5.0 machine, I get the following
> > >compilation
> > >error:
> > >
> > >....
> > >cc -O -DCLUMP_ALLOC -I/../../INCLUDE -DARCHCLASS=\"LINUX\" -DIMA_LINUX
> > >-DYSVSIGNAL -DNOWAIT3 -DNOUNXDOM -DRSHCOMMAND=\"/usr/bin/rsh\"
> > >-DNEEDENDIAN -c ../hoster.c
> > >
> > >../hoster.c: In function `pl_startup':
> > >../hoster.c: 345: storage size of `rfds' isn't known
> > >make[1]: ***[hoster.o] Error 1
> > >make[1]: Leaving directory `/home/apalma/pvm3/src/LINUX'
> > >make: ***[s] Error 2
>  > >
> This is a libc6 (also known as glibc) problem.
> I suppose it's serious enough to be regarded as a bug and
> be dealt with by the PVM developers - have someone already
> submitted such a bug report?
> 
> Dmitrii

I've been running 3.4-beta6, sorry, I don't honestly remember
if it compiled out-of-the-box or I had to hack it.

A good place to start is by removing '#include <linux/whatever>'
and replacing them with '#include <sys/whatever>'...

Otherwise, check NASA's beowulf site (http://www.beowulf.org).
They've got glibc-rpm's of PVM+examples, and a load of docs+howto's.

