Re: [OMPI devel] OMPI@GitHub: (Mostly) Open for business

2014-10-02 Thread Vasily Filipov
Hi Jeff, I didn't get any "OMPI GitHub invite email ", I opened GitHub account (vasilyMellanox) and set a "Watch" state for : https://github.com/open-mpi/ompi https://github.com/open-mpi/ompi-release Am I supposed to do something additional ? Thank you, Vasily. On 02-Oct-14 13:24, Je

Re: [OMPI devel] autoconf warnings: openib BTL

2014-03-24 Thread Vasily Filipov
Actually I think if you build your job with one kernel version and run it on nodes that have another version so rdmacm will be the smallest your problem. Anyway, here is the revision fixes the issue. r31194 | vasily | 2014

Re: [OMPI devel] autoconf warnings: openib BTL

2014-03-06 Thread Vasily Filipov
On 05-Mar-14 18:08, Jeff Squyres (jsquyres) wrote: On Mar 3, 2014, at 10:59 PM, Vasily Filipov wrote: Yes, it is possible, but there is some different if I will do it this way - With the current implementation (today into a trunk) if AC_RUN_IFELSE fails => old code of RDMACM will r

Re: [OMPI devel] autoconf warnings: openib BTL

2014-03-04 Thread Vasily Filipov
check would need to be in the performance-critical code path)? On Mar 2, 2014, at 11:02 PM, Vasily Filipov wrote: some additional explanation - it could be a situation when AF_IB is defined in user space but kernel doesn't support it. On 03-Mar-14 08:53, Vasily Filipov wrote: H

Re: [OMPI devel] autoconf warnings: openib BTL

2014-03-03 Thread Vasily Filipov
some additional explanation - it could be a situation when AF_IB is defined in user space but kernel doesn't support it. On 03-Mar-14 08:53, Vasily Filipov wrote: Hi Jeff, I've committed the fixes (r30905). It is a problem to detect kernel defines (such as AF_IB ), so we h

Re: [OMPI devel] autoconf warnings: openib BTL

2014-03-03 Thread Vasily Filipov
Hi Jeff, I've committed the fixes (r30905). It is a problem to detect kernel defines (such as AF_IB ), so we have to use AC_RUN_IFELSE macro. Thanks, Vasily. On 27-Feb-14 17:09, Jeff Squyres (jsquyres) wrote: I'm seeing this warning this morning: - configure.ac:1139: warning: AC_RUN_

[OMPI devel] Fwd: [Fwd: Re: [PATCH] Improving heterogeneous IB clusters support.]

2009-10-04 Thread Vasily Filipov
than accessing it through endpoint->endpoint_btl->device->ib_dev? (I'm a little confused on how it is used / assigned -- I could be missing something here) What testing has been done to see that this stuff works? Has an equivalent patch been made for Pasha's ofacm work? On Se

[OMPI devel] [PATCH] Improving heterogeneous IB clusters support.

2009-09-23 Thread Vasily Filipov
Hello, Some time ago Mellanox proposed design that should improve current support for heterogeneous clusters (see Design.txt).The design was accepted by IB vendors, and now we propose patch that adds a heterogeneous cluster support. The path leaves one issue that we do not resolve completely.