[OMPI devel] SDP support for OPEN-MPI

2007-12-31 Thread Lenny Verkhovsky
Hi, We would like to add SDP support for OPENMPI. SDP - Socket Direct Protocol is a byte-stream transport protocol implementing the TCP SOCK_STREAM semantics utilizing transport offloading capabilities of the InfiniBand fabric (http://www.mellanox.com/pdf/whitepapers/SDP_Whitepaper.pdf, h

Re: [OMPI devel] SDP support for OPEN-MPI

2007-12-31 Thread Brian Barrett
Since I used to be the OOB guy, I wanted to throw my $0.02 out there. I think this is the right approach for adding such support. I haven't tested it, but if it works see no reason not to commit. Brian On Dec 31, 2007, at 1:41 AM, Lenny Verkhovsky wrote: Hi, We would like to add SDP

[OMPI devel] Cisco MTT runs

2007-12-31 Thread Jeff Squyres
In case you hadn't noticed, Cisco resumed running MTT literally right before the holiday weekend -- I got about 9 days of runs: http://www.open-mpi.org/mtt/stats/index.php?dates=2007-12-01+-+2007-12-31&org_name=all&platform_name=all&os_name=all&mpi_install_compiler_name=all&mpi_get_name=all&tes

[OMPI devel] Minor patch for !IPV6_V6ONLY

2007-12-31 Thread Paul H. Hargrove
I just tried today to build the OMPI trunk on an old RH8 box and found that for OPAL_WANT_IPV6 && !defined(IPV6_V6ONLY) the file oob_tcp.c fails to compile due to unbalanced braces. Swapping an #endif with a closing branc (patch below) fixed the problem for me. -Paul --- orte/mca/oob/tcp/o

[OMPI devel] patch for building gm btl

2007-12-31 Thread Paul H. Hargrove
I tried today to build the OMPI trunk on a system w/ GM libs installed (I tried both GM-2.0.16 and GM-1.6.4) and found that the GM BTL won't even compile, due to unbalanced parens. The patch below reintroduces the parens that were apparently lost in r16633: ---