Re: [FIX] devel/openmpi: Make main API symbols non-local (Re: devel/openmpi Can't link example program, symbols local in libmpi.so.0.1?)

2019-01-21 Thread Jeremie Courreges-Anglas
On Mon, Jan 21 2019, Andreas Kusalananda Kähäri wrote: > Ping on this. It makes the _ancient_ version of OpenMPI that we have > usable. Currently, the API's symbols are not exported in the library, so > the port is virtually unusable. This simple patch fixes that. I've just committed a

Re: [FIX] devel/openmpi: Make main API symbols non-local (Re: devel/openmpi Can't link example program, symbols local in libmpi.so.0.1?)

2019-01-21 Thread Andreas Kusalananda Kähäri
Ping on this. It makes the _ancient_ version of OpenMPI that we have usable. Currently, the API's symbols are not exported in the library, so the port is virtually unusable. This simple patch fixes that. Cheers, Andreas On Mon, Jan 14, 2019 at 10:52:43AM +0100, Andreas Kusalananda Kähäri

[FIX] devel/openmpi: Make main API symbols non-local (Re: devel/openmpi Can't link example program, symbols local in libmpi.so.0.1?)

2019-01-14 Thread Andreas Kusalananda Kähäri
On Mon, Jan 14, 2019 at 07:38:34AM +0100, Andreas Kusalananda Kähäri wrote: > On Sun, Jan 13, 2019 at 04:37:23PM +0100, Thomas L. wrote: > > Hi, > > > > I tried compiling a MPI example program > >

Re: devel/openmpi Can't link example program, symbols local in libmpi.so.0.1?

2019-01-13 Thread Andreas Kusalananda Kähäri
On Sun, Jan 13, 2019 at 04:37:23PM +0100, Thomas L. wrote: > Hi, > > I tried compiling a MPI example program > (https://raw.githubusercontent.com/wesleykendall/mpitutorial/gh-pages/tutorials/mpi-hello-world/code/mpi_hello_world.c) > with openmpi on -current and it fails linking: > $ mpicc -v