Re: [OMPI users] openmpi over tcp

2009-02-02 Thread Daniel De Marco
Jeff, thanks a lot for taking the time to look at my file and sorry for not having noticed that part of the README, it went straight past me. Anyway with your suggestion it works perfectly. Thanks again, Daniel. * Jeff Squyres [02/01/2009 06:49]: > It looks like you compiled Open MPI against t

Re: [OMPI users] openmpi over tcp

2009-02-01 Thread Jeff Squyres
It looks like you compiled Open MPI against the QLogic PSM libraries -- I see the PSM MTL plugin available. Here's some text from the OMPI v1.3 README that clarifies the situation: - There are two MPI network models available: "ob1" and "cm". "ob1" uses BTL ("Byte Transfer Layer") compone

Re: [OMPI users] openmpi over tcp

2009-01-30 Thread Peter Kjellstrom
On Thursday 29 January 2009, Ralph Castain wrote: > It is quite likely that you have IPoIB on your system. In that case, > the TCP BTL will pickup that interface and use it. ... Sub 3us latency rules out IPoIB for sure. The test below ran on native IB or some other very low latency path. > > # O

Re: [OMPI users] openmpi over tcp

2009-01-29 Thread Daniel De Marco
Jeff, I put most of the info at: http://www.bartol.udel.edu/~ddm/ompi_debug.tgz The tar file contains the config.log, the ifconfig for the two nodes and the output of ompi_info --all. As I said I was running with: mpirun --mca btl tcp,self --prefix /share/apps/openmpi-1.3/gcc_ifort/

Re: [OMPI users] openmpi over tcp

2009-01-29 Thread Jeff Squyres
Can you send the full output described here (including all network setup stuff): http://www.open-mpi.org/community/help/ On Jan 29, 2009, at 3:18 PM, Daniel De Marco wrote: Hi Ralph, * Ralph Castain [01/29/2009 14:27]: It is quite likely that you have IPoIB on your system. In that c

Re: [OMPI users] openmpi over tcp

2009-01-29 Thread Daniel De Marco
* Joe Landman [01/29/2009 15:32]: > ifconfig ib0 > what does it respond with? ib0: error fetching interface information: Device not found Daniel.

Re: [OMPI users] openmpi over tcp

2009-01-29 Thread Daniel De Marco
* Brock Palen [01/29/2009 15:24]: > What does your machinefile look like? Just curious. c0-0 c0-1 Daniel.

Re: [OMPI users] openmpi over tcp

2009-01-29 Thread Joe Landman
Daniel De Marco wrote: Hi Ralph, * Ralph Castain [01/29/2009 14:27]: It is quite likely that you have IPoIB on your system. In that case, the TCP BTL will pickup that interface and use it. If you have a specific interface you want to use, try -mca btl_tcp_if_include eth0 (or whatever that i

Re: [OMPI users] openmpi over tcp

2009-01-29 Thread Brock Palen
What does your machinefile look like? Just curious. Brock Palen www.umich.edu/~brockp Center for Advanced Computing bro...@umich.edu (734)936-1985 On Jan 29, 2009, at 3:18 PM, Daniel De Marco wrote: Hi Ralph, * Ralph Castain [01/29/2009 14:27]: It is quite likely that you have IPoIB on yo

Re: [OMPI users] openmpi over tcp

2009-01-29 Thread Daniel De Marco
Hi Ralph, * Ralph Castain [01/29/2009 14:27]: > It is quite likely that you have IPoIB on your system. In that case, the > TCP BTL will pickup that interface and use it. > > If you have a specific interface you want to use, try -mca > btl_tcp_if_include eth0 (or whatever that interface is). Thi

Re: [OMPI users] openmpi over tcp

2009-01-29 Thread Ralph Castain
It is quite likely that you have IPoIB on your system. In that case, the TCP BTL will pickup that interface and use it. If you have a specific interface you want to use, try -mca btl_tcp_if_include eth0 (or whatever that interface is). This tell the TCP BTL to only use the specified interfa

[OMPI users] openmpi over tcp

2009-01-29 Thread Daniel De Marco
Hi All, I'm doing some tests on a small cluster with gigabit and infiniband interconnects with openmpi and I'm running into the same problem as described in the following thread: http://www.open-mpi.org/community/lists/users/2007/04/3082.php Basically even if I run my test with: mpirun --mca btl