On Wed, 2007-06-13 at 11:47 +0800, lichanjua...@lzu.cn wrote:
> hi,all:
> I am a first user of openmpi, I have used mpich before.I found there
> are many differenties between them.So I am confused.
> I build openmpi on a ps3 using default option,that is
> $ ./configure --prefi
hi,all:
I am a first user of openmpi, I have used mpich before.I found there
are many differenties between them.So I am confused.
I build openmpi on a ps3 using default option,that is
$ ./configure --prefiex=
$ make all install
I modify my .bash_profile file
On 12/06/07, George Bosilca wrote:
Jonathan Underwood wrote:
> Presumably switching the two interfaces on the frontend (eth0<->eth1)
> would also solve this problem?
>
If you have root privileges this seems to be a another good approach.
I don't, but will explain the issue to sysadmin. Thanks
Jonathan Underwood wrote:
Presumably switching the two interfaces on the frontend (eth0<->eth1)
would also solve this problem?
If you have root privileges this seems to be a another good approach.
george.
On 12/06/07, George Bosilca wrote:
Jonathan,
It will be difficult to make it works in this configuration. The problem
is that on the head node the network interface that have to be used is
eth1 while on the compute nodes is eth0. Therefore, the tcp_if_include
will not help ...
Now, if you only
Thanks guys!
Setting F77=gfortran did the trick.
Jeff F. Pummill
Senior Linux Cluster Administrator
University of Arkansas
Fayetteville, Arkansas 72701
(479) 575 - 4590
http://hpc.uark.edu
"A supercomputer is a device for turning compute-bound
problems into I/O-bound problems." -Seymour Cray
On Jun 12, 2007, at 10:52 AM, Brian Barrett wrote:
On Jun 11, 2007, at 9:27 AM, Brock Palen wrote:
With openmpi-1.2.0
i ran a: ompi_info --param btl tcp
and i see reference to:
MCA btl: parameter "btl_tcp_min_rdma_size" (current value: "131072")
MCA btl: parameter "btl_tcp_max_rdma_size" (
On Jun 11, 2007, at 9:27 AM, Brock Palen wrote:
With openmpi-1.2.0
i ran a: ompi_info --param btl tcp
and i see reference to:
MCA btl: parameter "btl_tcp_min_rdma_size" (current value: "131072")
MCA btl: parameter "btl_tcp_max_rdma_size" (current value:
"2147483647")
Can TCP support RDMA
Hi Sean
> [Sean] I'm working through the strace output to follow the progression on the
> head node. It looks like mpirun consults '/bpfs/self' and determines that the
> request is to be run on the local machine so it fork/execs 'orted' which then
> runs 'hostname'. 'mpirun' didn't consult '/bpfs'
On Jun 12, 2007, at 5:56 AM, Terry Frankcombe wrote:
I downloaded and configured v1.2.2 this morning on an Opteron cluster
using the following configure directives...
./configure --prefix=/share/apps CC=gcc CXX=g++ F77=g77 FC=gfortran
CFLAGS=-m64 CXXFLAGS=-m64 FFLAGS=-m64 FCFLAGS=-m64
What do
Hi,
Administrators changed our cluster network topology, and now it has
narrowly-scoped netmasks for internal and outside part of the cluster.
Of course my soft stopped working giving an error during MPI_Init, then
I checked in the FAQ:
How does Open MPI know which TCP addresses are routable
On Mon, 2007-06-11 at 12:10 -0500, Jeff Pummill wrote:
> Greetings all,
>
> I downloaded and configured v1.2.2 this morning on an Opteron cluster
> using the following configure directives...
>
> ./configure --prefix=/share/apps CC=gcc CXX=g++ F77=g77 FC=gfortran
> CFLAGS=-m64 CXXFLAGS=-m64 FFLAG
Jonathan,
It will be difficult to make it works in this configuration. The problem
is that on the head node the network interface that have to be used is
eth1 while on the compute nodes is eth0. Therefore, the tcp_if_include
will not help ...
Now, if you only start processes on the compute n
Well, as expected this call is not documented ... and I get to it only
with some help from Loic. On the version of MX I have tested it is not
required to add the 3th and 4th arguments as I don't want to set anything.
The NIC is already specified through the mx_btl->mx_endpoint isn't it ?
geo
14 matches
Mail list logo