Re: [OMPI devel] master broken on (at least) OpenBSD-6

2016-09-22 Thread Gilles Gouaillardet
Thanks Paul, i fixed that (and 4 more errors that popped up) in the attached patch i opened https://github.com/open-mpi/ompi/pull/2110, but will likely merge the first 3 commits quite soon. /* the last two commits fix autogen.pl on OpenBSD 6.0 and need a review */ so you'd better use the

Re: [OMPI devel] ompi-release repo is now closed; long live the ompi repo!

2016-09-22 Thread Josh Hursey
One set of bot: commands will still work. Those associated with Jenkins, in general, should still work. So: bot:retest bot:ibm:retest bot:lanl:retest Those bot: commands are processed as part of the Jenkins setup and are not reliant on the IU webhook. Note: The IBM CI is not currently setup to

[OMPI devel] master broken on (at least) OpenBSD-6

2016-09-22 Thread Paul Hargrove
When trying to test PR2107 on OpenBSD-6 I was blocked by the following error, which is also present in 'master'. ../../../ompi/opal/util/if.c: In function 'opal_ifisloopback': ../../../ompi/opal/util/if.c:710: error: 'IFF_LOOPBACK' undeclared (first use in this function)

[OMPI devel] Open MPI v2.1.0 timeline

2016-09-22 Thread Jeff Squyres (jsquyres)
SHORT VERSION Per Dallas discussions: * We're looking to release v2.1.0 by 31 Oct * Feature freeze / cutoff is 30 Sep * There are "must have" items that will block the release schedule If we really want a release by 31 Oct, there is much work to do in a short amount of time. MORE

Re: [OMPI devel] Error in hwloc configury

2016-09-22 Thread r...@open-mpi.org
Good job, Gilles! PR coming - this fixed the problem. > On Sep 22, 2016, at 6:52 AM, Gilles Gouaillardet > wrote: > > Ralph, > > if you have libevent in your CPPFLAGS and you want to use the embedded > one, then please use the patch below > pmix3x looks ok > >

Re: [OMPI devel] Error in hwloc configury

2016-09-22 Thread Gilles Gouaillardet
Ralph, if you have libevent in your CPPFLAGS and you want to use the embedded one, then please use the patch below pmix3x looks ok Cheers, Gilles diff --git a/opal/mca/event/libevent2022/configure.m4 b/opal/mca/event/libevent2022/configure.m4 index d299b5f..8124c11 100644 ---

Re: [OMPI devel] Error in hwloc configury

2016-09-22 Thread Gilles Gouaillardet
Ralph, do you use VPATH ? can you give a try to the patch below ? Cheers, Gilles diff --git a/opal/mca/hwloc/hwloc1113/configure.m4 b/opal/mca/hwloc/hwloc1113/configure.m4 index 7fe3527..c1646d4 100644 --- a/opal/mca/hwloc/hwloc1113/configure.m4 +++ b/opal/mca/hwloc/hwloc1113/configure.m4

Re: [OMPI devel] Error in hwloc configury

2016-09-22 Thread r...@open-mpi.org
Here is the compile line: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../ompi/include -I../../oshmem/include -I../../opal/mca/hwloc/hwloc1113/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc1113/hwloc/include/hwloc/autogen -I../../ompi/mpiext/cuda/c -I../..

Re: [OMPI devel] Error in hwloc configury

2016-09-22 Thread Gilles Gouaillardet
Ralph, Is the root cause we append our stuff to CPPFLAGS, instead of prepend ? You can retrieve the compile command line with make V=1 If my guess is correct, does someone know the rationale for append vs prepend ? Cheers, Gilles r...@open-mpi.org wrote: >Hey folks > > >I’m encountering an

Re: [OMPI devel] OMPI devel] RFC: Reenabling the TCP BTL over local interfaces (when specifically requested)

2016-09-22 Thread George Bosilca
Thanks for clarifying, I now understand what your objection/suggestion was. We all misconfigured OMPI at least once, but that allowed us to learn how to do it right. Instead of adding extra protections for corner-cases, maybe we should fix our exclusivity flag so that the scenario you describe

[OMPI devel] Error in hwloc configury

2016-09-22 Thread r...@open-mpi.org
Hey folks I’m encountering an issue with the way we detect external HWLOC. If I have a directory that includes an hwloc installation in my CPPFLAGS, then we fail to build, even if I don’t specify anything with regard to hwloc on my configure cmd line. The errors I get look like: In file

Re: [OMPI devel] [OMPI commits] Git: open-mpi/ompi branch master updated. v2.x-dev-2911-gc7bf9a0

2016-09-22 Thread r...@open-mpi.org
Hey Gilles This fix doesn’t look right to me. > +/* we read something - better get more */ > +num_chars_read += rc; > +orted_uri = realloc((void*)orted_uri, buffer_length+chunk); > +memset(_uri[buffer_length], 0, chunk); > +