[OMPI devel] Open MPI: Undefined reference to pthread_atfork

2018-06-22 Thread lille stor
Hi,   When compiling a C++ source file named test.cpp that needs a shared library named libUtils.so (which in its turn needs Open MPI shared library, hence the parameter -Wl,-rpath-link,/home/dummy/openmpi/build/lib ) as follows: g++ test.cpp -lUtils -Wl,-rpath-link,/home/dummy/openmpi/build/li

Re: [OMPI devel] Open MPI: Undefined reference to pthread_atfork

2018-06-22 Thread lille stor
s that are needed to compile an Open MPI C++ application. > On Jun 22, 2018, at 3:29 PM, r...@open-mpi.org wrote: > > OMPI 2.1.3??? Is there any way you could update to something more recent? > >> On Jun 22, 2018, at 12:28 PM, lille stor wrote: >> >> Hi, >> &g

Re: [OMPI devel] Open MPI: Undefined reference to pthread_atfork

2018-06-22 Thread lille stor
    Sent: Friday, June 22, 2018 at 10:17 PM From: "Jeff Squyres (jsquyres)" To: "lille stor" Cc: "Open MPI Developers List" Subject: Re: [OMPI devel] Open MPI: Undefined reference to pthread_atfork On Jun 22, 2018, at 4:09 PM, lille stor wrote: > > I tr