Re: [OMPI devel] Modex

2007-06-26 Thread Brian Barrett
On Jun 26, 2007, at 6:08 PM, Tim Prins wrote: Some time ago you were working on moving the modex out of the pml and cleaning it up a bit. Is this work still ongoing? The reason I ask is that I am currently working on integrating the RSL, and would rather build on the new code rather than

Re: [OMPI devel] SCTP BTL Development for Open MPI

2007-06-26 Thread Karol Mroz
George Bosilca wrote: Karol, We (the folks at UTK) implemented a SCTP BTL. It's not yet in the trunk, but it will get there shortly. Instead of starting from scratch, it might be a good idea to start directly from there. Thanks for the reply. This BTL would definitely be worth taking a look

Re: [OMPI devel] Improve OB1 performance when multiple NICs are available

2007-06-26 Thread George Bosilca
Gleb, Simplifying the code and getting better performance is always a good approach (at least from my perspective). However, your patch still dispatch the messages over the BTLs in a round robin fashion, which doesn't look to me as the best approach. How about merging your patch and mine

Re: [OMPI devel] Allgatherv performance anomaly

2007-06-26 Thread Jelena Pjesivac-Grbovic
Hello Peter, in 1.2.2 the allgatherv is called from coll basic component, and is implemented as a gatherv followed by a broadcast. The broadcast is executed with single element of MPI_TYPE_INDEXED. The decision function in coll tuned makes mistake of using segmented broadcast algorithm for

[OMPI devel] SCTP BTL Development for Open MPI

2007-06-26 Thread Karol Mroz
Hello... I'm a student at the University of British Columbia working on creating an SCTP BTL for Open MPI. I have a simple implementation working that uses SCTPs one-to-one style sockets for sending messages. The same writev()/readv() calls that are used in the TCP BTL are used in this new

[OMPI devel] Allgatherv performance anomaly

2007-06-26 Thread Peter Drakenberg
Hello, When running the Intel MPI Benchmark (IMB) on our cluster (Sun X2200M2 nodes, Voltaire DDRx Infiniband, OFED-1.1) we see rather strange (i.e., unreasonably bad) performance for the Allgatherv part of the IMP when using OpenMPI-1.2.2. The performance figures reported by the IMB are