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/ --machinefile machines -np 2 ./osu_latency and I also tried adding -mca btl_tcp_if_include eth0 to the options. Thanks for your help. Please let me know if you need some other info. Daniel. * Jeff Squyres <jsquy...@cisco.com> [01/29/2009 16:30]: > 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 <r...@lanl.gov> [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). This tell the >>> TCP >>> BTL to only use the specified interface, so it will either fail (if that >>> interface isn't available or doesn't exist) or use only that one. >> >> no, I don't have IPoIB configured. I tried anyway your suggestion and I >> got the same results as before. The weird thing is that even if use >> -mca btl_tcp_if_include eth2 >> where eth2 doesn't exist I get the same results... >> >> Thanks, Daniel. >> _______________________________________________ >> users mailing list >> us...@open-mpi.org >> http://www.open-mpi.org/mailman/listinfo.cgi/users > > > -- > Jeff Squyres > Cisco Systems > > _______________________________________________ > users mailing list > us...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/users