Re: [OMPI users] I can't build openmpi 4.0.X using PMIx 3.1.5 to use with Slurm

2020-05-12 Thread Leandro via users
I will try to mess around static and shared libraries, butI need external PMIx to use with Slurm. --- *Leandro* On Tue, May 12, 2020 at 11:19 AM Jeff Squyres (jsquyres) wrote: > On May 12, 2020, at 7:42 AM, Leandro wrote: > > > > I compile it statically to make sure compilers libraries will n

Re: [OMPI users] I can't build openmpi 4.0.X using PMIx 3.1.5 to use with Slurm

2020-05-12 Thread Leandro via users
s going to likely default to using the > shared libraries. > > This is a long way of saying: try building everything with just > --enable-shared (and not --enable-static). Or possibly just remove both > flags; --enable-shared is the default. > > > > > On May 11, 20

Re: [OMPI users] I can't build openmpi 4.0.X using PMIx 3.1.5 to use with Slurm

2020-05-11 Thread Leandro via users
m building and the packages involved. > > > On May 11, 2020, at 6:23 AM, Leandro via users > wrote: > > Hi, > > I'm trying to start using Slurm, and I followed all the instructions ti > build PMIx, Slurm using pmix, but I can't make openmpi to work. > > Accordin

[OMPI users] I can't build openmpi 4.0.X using PMIx 3.1.5 to use with Slurm

2020-05-11 Thread Leandro via users
Hi, I'm trying to start using Slurm, and I followed all the instructions ti build PMIx, Slurm using pmix, but I can't make openmpi to work. According to PMIx documentation, I should compile openmpi using "--with-ompi-pmix-rte" but when I tried, It fails. I need to build this as CentOS rpms. Than