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
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
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
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