Re: [OMPI devel] openib oob module

2017-05-02 Thread Shiqing Fan
devel [mailto:devel-boun...@lists.open-mpi.org] On Behalf Of r...@open-mpi.org Sent: Friday, April 21, 2017 4:02 PM To: OpenMPI Devel Subject: Re: [OMPI devel] openib oob module I’m not familiar with the openib code, but this looks to me like it may be caused by a change in the openib code itself.

Re: [OMPI devel] openib oob module

2017-04-21 Thread Shiqing Fan
: [OMPI devel] openib oob module I’m not familiar with the openib code, but this looks to me like it may be caused by a change in the openib code itself. Have you looked to see what the diff might be between the two versions? > On Apr 21, 2017, at 6:45 AM, Shiqing Fan wrote: > > I'

Re: [OMPI devel] openib oob module

2017-04-21 Thread r...@open-mpi.org
> > -Original Message----- > From: devel [mailto:devel-boun...@lists.open-mpi.org] On Behalf Of Gilles > Gouaillardet > Sent: Friday, April 21, 2017 9:41 AM > To: devel@lists.open-mpi.org > Subject: Re: [OMPI devel]

Re: [OMPI devel] openib oob module

2017-04-21 Thread Shiqing Fan
21, 2017 9:41 AM To: devel@lists.open-mpi.org Subject: Re: [OMPI devel] openib oob module Folks, fwiw, i made https://github.com/open-mpi/ompi/pull/3393 and it works for me on a mlx4 cluster (Mellanox QDR) Cheers, Gilles On 4/21/2017 1:31 AM, r...@open-mpi.org wrote: > I’m not seeing any

Re: [OMPI devel] openib oob module

2017-04-21 Thread Shiqing Fan
bject: Re: [OMPI devel] openib oob module Folks, fwiw, i made https://github.com/open-mpi/ompi/pull/3393 and it works for me on a mlx4 cluster (Mellanox QDR) Cheers, Gilles On 4/21/2017 1:31 AM, r...@open-mpi.org wrote: > I’m not seeing any problem inside the OOB - the problem appears to

Re: [OMPI devel] openib oob module

2017-04-21 Thread Shiqing Fan
. Gilles’s patch was made from 1.6.x which worked for me too. Thanks, Shiqing From: devel [mailto:devel-boun...@lists.open-mpi.org] On Behalf Of r...@open-mpi.org Sent: Thursday, April 20, 2017 6:32 PM To: OpenMPI Devel Subject: Re: [OMPI devel] openib oob module I’m not seeing any problem inside

Re: [OMPI devel] openib oob module

2017-04-21 Thread Gilles Gouaillardet
[mailto:devel-boun...@lists.open-mpi.org]*On Behalf Of*r...@open-mpi.org <mailto:r...@open-mpi.org> *Sent:*Thursday, April 20, 2017 4:29 PM *To:*OpenMPI Devel *Subject:*Re: [OMPI devel] openib oob module Yeah, I forgot that the 1.10 series still had the BTLs in OMPI. Should be able to restore it. I

Re: [OMPI devel] openib oob module

2017-04-20 Thread r...@open-mpi.org
t test. Here is the updated output file. > > Thanks, > Shiqing > > From: devel [mailto:devel-boun...@lists.open-mpi.org] On Behalf Of > r...@open-mpi.org > Sent: Thursday, April 20, 2017 4:29 PM > To: OpenMPI Devel > Subject: Re: [OMPI devel] openib oob module >

Re: [OMPI devel] openib oob module

2017-04-20 Thread Shiqing Fan
-mpi.org Sent: Thursday, April 20, 2017 4:29 PM To: OpenMPI Devel Subject: Re: [OMPI devel] openib oob module Yeah, I forgot that the 1.10 series still had the BTLs in OMPI. Should be able to restore it. I honestly don’t recall the bug, though :-( If you want to try reviving it, you can add some

Re: [OMPI devel] openib oob module

2017-04-20 Thread r...@open-mpi.org
devel [mailto:devel-boun...@lists.open-mpi.org] On Behalf Of > r...@open-mpi.org > Sent: Thursday, April 20, 2017 3:49 PM > To: OpenMPI Devel > Subject: Re: [OMPI devel] openib oob module > > Hi Shiqing! > > Been a long time - hope you are doing well. > > I see n

Re: [OMPI devel] openib oob module

2017-04-20 Thread Shiqing Fan
Subject: Re: [OMPI devel] openib oob module Hi Shiqing! Been a long time - hope you are doing well. I see no way to bring the oob module back now that the BTLs are in the OPAL layer - this is why it was removed as the oob is in ORTE, and thus not accessible from OPAL. Ralph On Apr 20, 2017, at

Re: [OMPI devel] openib oob module

2017-04-20 Thread Gilles Gouaillardet
Ralph, in v1.10 series, BTL is still in the OMPI layer. from v2, could the BTL directly use PMIx instead of rml (orte) ? Cheers, Gilles On Thursday, April 20, 2017, r...@open-mpi.org wrote: > Hi Shiqing! > > Been a long time - hope you are doing well. > > I see no way to bring the oob module

Re: [OMPI devel] openib oob module

2017-04-20 Thread r...@open-mpi.org
Hi Shiqing! Been a long time - hope you are doing well. I see no way to bring the oob module back now that the BTLs are in the OPAL layer - this is why it was removed as the oob is in ORTE, and thus not accessible from OPAL. Ralph > On Apr 20, 2017, at 6:02 AM, Shiqing Fan wrote: > > Dear al

[OMPI devel] openib oob module

2017-04-20 Thread Shiqing Fan
Dear all, I noticed that openib oob module has been removed since a long time ago, because it wasn't working anymore and nobody seemed need it. But for some special operating system, where the rdmacm, udcm or ibcm kernel support is missing, oob may still be necessary. I'm curious if it's possib