quot;
> >
> > I would suggest making sure that the /etc/beowulf/config file has a
> > "libraries" line for every directory where required shared libraries
> > (application and mpi) are located.
> >
> > Also, make sure that the filesystems containing
>
> Today's Topics:
>
> 1. Re: Beowulf cluster and openmpi (Kelley, Sean)
>
>
> --
>
> Message: 1
> Date: Wed, 5 Nov 2008 12:08:13 -0500
> From: "Kelley, Sean"
> Subject: Re: [OMPI users] Beowulf cluster and openmpi
> T
pute nodes.
Sean
-Original Message-
From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On
Behalf Of Rima Chaudhuri
Sent: Monday, November 03, 2008 5:50 PM
To: us...@open-mpi.org
Subject: Re: [OMPI users] Beowulf cluster and openmpi
I added the option for -hostfile machine
Sorry for delayed response - had to dig into this a little since it
has been so long since I wrote the bproc support code.
The problem here is with how you named your nodes. On bproc clusters,
the backend nodes are normally named with just a number. Our system
therefore expects to see node
I added the option for -hostfile machinefile where the machinefile is
a file with the IP of the nodes:
#host names
192.168.0.100 slots=2
192.168.0.101 slots=2
192.168.0.102 slots=2
192.168.0.103 slots=2
192.168.0.104 slots=2
192.168.0.105 slots=2
192.168.0.106 slots=2
192.168.0.107 slots=2
192.168.