Re: [O-MPI users] hpl and tcp

2005-11-15 Thread Jeff Squyres
On Nov 15, 2005, at 4:10 AM, Allan Menezes wrote: Here are last night's reults of the following command on my 15 node cluster. One node is down from 16. mpirun --mca pml teg --mca btl_tcp_if_include eth1,eth0 --hostfile aa -np 15 ./xhpl TEG does not use the BTLs; thats why you got no errors.

Re: [O-MPI users] HPL and TCP

2005-11-15 Thread Jeff Squyres
On Nov 14, 2005, at 8:21 PM, Allan Menezes wrote: I think the confusion was my fault because --mca pml teg did not produce errors and gave almost the same performance as Mpich2 v 1.02p1. The reason why I cannot do what you suggest below is because the .openmpi/mca-params.conf file if I am

Re: [O-MPI users] OMPI 1.0 rc6 --with-bproc errors

2005-11-15 Thread Jeff Squyres
Daryl -- I don't think that anyone directly replied to you, but I saw some commits fixing this yesterday (actually, they were already on the trunk; we forgot to bring them over to the v1.0 branch). Could you give this morning's nightly snapshot tarball a whirl? On Nov 14, 2005, at 10:30 AM

[O-MPI users] hpl and tcp

2005-11-15 Thread Allan Menezes
Hi Jeff, Here are last night's reults of the following command on my 15 node cluster. One node is down from 16. mpirun --mca pml teg --mca btl_tcp_if_include eth1,eth0 --hostfile aa -np 15 ./xhpl No errors were spewed out to stdout as per my previous post when using btl tcp and btl_tcp_if_inc