Re: OpenMPI binary only created on 64bit not on 32bit

2016-11-29 Thread Johannes Lips
> Am Mon, 28 Nov 2016 21:02:01 -0700 > schrieb Orion Poplawski > Seems to be more comlicated,than just the build-error. > Nevertheless, "autoreconf ..." or "autoconf" does not work. > Just for the build-fix: > the newest upstream should have fixed the library-path problem, but the > configure-scr

Re: OpenMPI binary only created on 64bit not on 32bit

2016-11-28 Thread Jens Lody
Am Mon, 28 Nov 2016 21:02:01 -0700 schrieb Orion Poplawski : > On 11/28/2016 05:29 PM, Susi Lehtola wrote: > > On 11/28/2016 04:20 AM, Johannes Lips wrote: > >>> Am 28.11.2016 09:51, schrieb Johannes Lips: > >>> > >>> The pregenerated configure-script looks for libmpi.so in "/usr/lib > >>> /usr

Re: OpenMPI binary only created on 64bit not on 32bit

2016-11-28 Thread Orion Poplawski
On 11/28/2016 05:29 PM, Susi Lehtola wrote: On 11/28/2016 04:20 AM, Johannes Lips wrote: Am 28.11.2016 09:51, schrieb Johannes Lips: The pregenerated configure-script looks for libmpi.so in "/usr/lib /usr/lib/openmpi /usr/lib64/openmpi/lib", but on i686 it's in "/usr/lib/openmpi/lib". Regenera

Re: OpenMPI binary only created on 64bit not on 32bit

2016-11-28 Thread Susi Lehtola
On 11/28/2016 04:20 AM, Johannes Lips wrote: Am 28.11.2016 09:51, schrieb Johannes Lips: The pregenerated configure-script looks for libmpi.so in "/usr/lib /usr/lib/openmpi /usr/lib64/openmpi/lib", but on i686 it's in "/usr/lib/openmpi/lib". Regenerating the configure-script might work. Somethi

Re: OpenMPI binary only created on 64bit not on 32bit

2016-11-28 Thread Johannes Lips
> Am 28.11.2016 09:51, schrieb Johannes Lips: > > The pregenerated configure-script looks for libmpi.so in "/usr/lib > /usr/lib/openmpi /usr/lib64/openmpi/lib", but on i686 it's in > "/usr/lib/openmpi/lib". > Regenerating the configure-script might work. > Something like "autoreconf --force --in

Re: OpenMPI binary only created on 64bit not on 32bit

2016-11-28 Thread jenslody
Am 28.11.2016 09:51, schrieb Johannes Lips: Hi all, I've been trying to build gretl with mpi support and I followed the guidelines in the wiki [1]. It apparently works, since I was able to build it on 64bit, which worked every time, but the 32bit build always fails to find the openmpi libraries,

OpenMPI binary only created on 64bit not on 32bit

2016-11-28 Thread Johannes Lips
Hi all, I've been trying to build gretl with mpi support and I followed the guidelines in the wiki [1]. It apparently works, since I was able to build it on 64bit, which worked every time, but the 32bit build always fails to find the openmpi libraries, as can be seen from the build.log from the