Re: [OMPI devel] configure problem on master

2021-02-09 Thread Gabriel, Edgar via devel
Ralph, just wanted to confirm that the lustre configure issue seems in fact solved on master. Thanks! Edgar From: devel On Behalf Of Ralph Castain via devel Sent: Thursday, February 4, 2021 2:02 PM To: OpenMPI Devel Cc: Ralph Castain Subject: Re: [OMPI devel] configure problem on master

Re: [OMPI devel] configure problem on master

2021-02-08 Thread Gabriel, Edgar via devel
Sent: Friday, February 5, 2021 8:39 PM To: Open MPI Developers Cc: Gilles Gouaillardet Subject: Re: [OMPI devel] configure problem on master Edgar and Jeff, the root cause is we do not use pthreads here any more: From master config.log configure:226861: gcc -std=gnu99 -o conftest -O3 -DNDEBUG

Re: [OMPI devel] configure problem on master

2021-02-05 Thread Gilles Gouaillardet via devel
he configure script > > > > From: Jeff Squyres (jsquyres) > Sent: Friday, February 5, 2021 7:31 PM > To: Open MPI Developers List > Cc: Gabriel, Edgar > Subject: Re: [OMPI devel] configure problem on master > > > > Which library? > > > > On Feb 5, 2021, at

Re: [OMPI devel] configure problem on master

2021-02-05 Thread Gabriel, Edgar via devel
The library that contains sem_init and sem_open, the two functions that we check for in the configure script From: Jeff Squyres (jsquyres) Sent: Friday, February 5, 2021 7:31 PM To: Open MPI Developers List Cc: Gabriel, Edgar Subject: Re: [OMPI devel] configure problem on master Which

Re: [OMPI devel] configure problem on master

2021-02-05 Thread Jeff Squyres (jsquyres) via devel
I Developers mailto:devel@lists.open-mpi.org>> Cc: Gabriel, Edgar mailto:egabr...@central.uh.edu>> Subject: Re: [OMPI devel] configure problem on master excellent, thanks! I have meanwhile a more detailed suspicion: -- looking for library without search path checking for library cont

Re: [OMPI devel] configure problem on master

2021-02-05 Thread Gabriel, Edgar via devel
, and is not anymore? Thanks Edgar From: devel On Behalf Of Gabriel, Edgar via devel Sent: Thursday, February 4, 2021 2:15 PM To: Open MPI Developers Cc: Gabriel, Edgar Subject: Re: [OMPI devel] configure problem on master excellent, thanks! I have meanwhile a more detailed suspicion: -- looking for library

Re: [OMPI devel] configure problem on master

2021-02-04 Thread Gabriel, Edgar via devel
] configure problem on master Sounds like I need to resync the PMIx lustre configury with the OMPI one - I'll do that. On Feb 4, 2021, at 11:56 AM, Gabriel, Edgar via devel mailto:devel@lists.open-mpi.org>> wrote: I have a weird problem running configure on master on our cluster. Bas

Re: [OMPI devel] configure problem on master

2021-02-04 Thread Ralph Castain via devel
Sounds like I need to resync the PMIx lustre configury with the OMPI one - I'll do that. On Feb 4, 2021, at 11:56 AM, Gabriel, Edgar via devel mailto:devel@lists.open-mpi.org> > wrote: I have a weird problem running configure on master on our cluster. Basically, configure fails when I request

[OMPI devel] configure problem on master

2021-02-04 Thread Gabriel, Edgar via devel
I have a weird problem running configure on master on our cluster. Basically, configure fails when I request lustre support, but not from ompio but openpmix. What makes our cluster setup maybe a bit special is that the lustre libraries are not installed in the standard path, but in /opt, and