Newsgroups: comp.parallel.pvm
From: david kahana <kahana@sprintmail.com>
Reply-To: dek@bnl.gov
Subject: Re: pvm start problem
Organization: EarthLink Network, Inc.
Date: Thu, 06 Aug 1998 09:34:41 -0400
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <35C9B0F0.D1BCC042@sprintmail.com>

Mohammad Saleem wrote:

> [message snipped]

The problem is with network configuration most likely. I fixed it
on my machine, (just one machine to start and loopback network
only) by setting the following config files up in /etc:

/etc/hosts127.0.0.1       localhost pulsar.kahana.home pulsar

/etc/resolv.conf
domain kahana.home
nameserver 127.0.0.1

/etc/networks
loopback        127.0.0.0

running cache only nameserver.

The console now gives me a nice prompt.

pvm>

Now for a real network and some real programming!

-- dave k.


