Re: [OMPI devel] Debug options break build

2019-09-19 Thread Jan Bierbaum via devel
On 19.09.19 22:40, Jeff Squyres (jsquyres) wrote: I am unable to reproduce these issues on master HEAD; assumedly they have something to do with UCX...? I filed https://github.com/open-mpi/ompi/issues/6995 to track the issue. Yes, builds using '--enable-mem-debug' fail only when they also

[OMPI devel] Debug options break build

2019-09-19 Thread Jan Bierbaum via devel
Switching on various debug options, my builds of OpenMPI with UCX fail (and his time I made sure it's not due to my own stupidity … I hope). The problematic options and respective compiler errors are '--enable-timing' Making all in mca/ess/pmi make[2]: Entering directory

Re: [OMPI devel] Build fails for Git versions (master and v4.0.x)

2019-07-31 Thread Jan Bierbaum via devel
On 31.07.19 23:54, Jeff Squyres (jsquyres) wrote: > We don't really have any test suites that just test, for example, the > BTLs. We usually rely on the usual MPI benchmarks and test suites > (e.g., the Intel MPI benchmarks have a correctness-checking mode). I guess I'll also move in this

Re: [OMPI devel] Build fails for Git versions (master and v4.0.x)

2019-07-31 Thread Jan Bierbaum via devel
On 31.07.19 22:12, Jeff Squyres (jsquyres) wrote: > Just to make sure you're not dealing with anything left over from and old / > stale build: > > cd top-of-source-tree > git clean -dfx > ./autogen.pl |& tee auto.out > ./configure ... |& tee config.out > make V=1 -j 8 |& tee make.out Thanks a