Re: [OMPI devel] configure problem on master

2021-02-05 Thread Gabriel, Edgar via devel
I just noticed another 'new' aspect of configure on master. The sharedfp/sm component is now not compiled anymore, I double checked that it is still correctly detected and handled on 4.1, so it must be a recent change. On master: --snip-- --- MCA component sharedfp:sm (m4 configuration macro) c

Re: [OMPI devel] configure problem on master

2021-02-05 Thread Jeff Squyres (jsquyres) via devel
Which library? On Feb 5, 2021, at 4:46 PM, Gabriel, Edgar via devel mailto:devel@lists.open-mpi.org>> wrote: I just noticed another ‘new’ aspect of configure on master. The sharedfp/sm component is now not compiled anymore, I double checked that it is still correctly detected and handled on 4.

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 library

Re: [OMPI devel] configure problem on master

2021-02-05 Thread Gilles Gouaillardet via devel
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 -finline-functions -fno-strict-aliasing -mcx16 -I/home/usersup/gilles/build/ompi-master/3rd-party/openpmix/include -I/home/usersup/gilles/src/