Re: [OMPI users] OpenMPI v4.0.0 signal 11 (Segmentation fault)

2019-02-28 Thread Adam LeBlanc
Hello all, Thank you all for the suggestions. Takahiro suggestion has gotten me to a point were all of the test will run but as soon as it gets to the clean up step IMB will seg fault again. I opened an issues on IMB's Github but I guess I am not gonna be able to get much help from them. So I will

Re: [OMPI users] Building PMIx and Slurm support

2019-02-28 Thread Jeff Squyres (jsquyres) via users
On Feb 28, 2019, at 12:20 PM, Bennet Fauber wrote: > > I was pointing out why someone might think using `--with-FEATURE=/usr` is > sometimes necessary. True, but only in the case of a bug. :-) ...but in this case, the bug is too old, and we're almost certainly not going to fix it (sorry! :-(

Re: [OMPI users] Building PMIx and Slurm support

2019-02-28 Thread Bennet Fauber
I will see if I get the same thing from the latest OpenMPI -- it will take me a while to fit it in. We're still probably in the 3.x series for prodution, so this is going to have to get done in the margin. Sorry, and thanks for your reply, -- bennet On Thu, Feb 28, 2019 at 12:06 PM Jeff Squyres

Re: [OMPI users] Building PMIx and Slurm support

2019-02-28 Thread Bennet Fauber
Jeff, We could do that, but alas, we have code we need to build against 1.10.7. It looks like what is happening is that opal_hwloc_include is not getting set, but that maybe a test in configure isn't working right, so it populates with a bare '/include/hwloc.h' rather than with either '/usr/inclu

Re: [OMPI users] Building PMIx and Slurm support

2019-02-28 Thread Jeff Squyres (jsquyres) via users
On Feb 28, 2019, at 11:27 AM, Bennet Fauber wrote: > > 13bb410b52becbfa140f5791bd50d580 /sw/src/arcts/ompi/openmpi-1.10.7.tar.gz > bcea63d634d05c0f5a821ce75a1eb2b2 openmpi-v1.10-201705170239-5e373bf.tar.gz Bennet -- I'm sorry; I don't think we've updated the 1.10.x branch in forever. The dat

Re: [OMPI users] Building PMIx and Slurm support

2019-02-28 Thread Bennet Fauber
Here is some additional information about when using `--with-hwloc=/usr` seems necessary. Using the tarball for the released, stable 13bb410b52becbfa140f5791bd50d580 /sw/src/arcts/ompi/openmpi-1.10.7.tar.gz and with $ ./configure --prefix=/sw/arcts/centos7/intel_14_0_2/openmpi/1.10.7 --mandi