Re: [Gretl-devel] Compiling with MPI support not working

2016-11-26 Thread Johannes Lips
On 26/11/16 12:39, Artur T. wrote: > Hi Johannes, > > I not sure that this helps but I am always using the "--enable-openmp" > option: > > > ./configure --enable-openmp --enable-build-doc && make clean && make -j4 > && make pdfdocs && sudo make install > Thanks, I've now found also this site

Re: [Gretl-devel] Compiling with MPI support not working

2016-11-26 Thread Artur T .
Hi Johannes, I not sure that this helps but I am always using the "--enable-openmp" option: ./configure --enable-openmp --enable-build-doc && make clean && make -j4 && make pdfdocs && sudo make install Artur Am 26.11.2016 um 09:58 schrieb Johannes Lips: > Hi all, > > since the new release

Re: [Gretl-devel] Compiling with MPI support not working

2016-11-26 Thread Allin Cottrell
On Sat, 26 Nov 2016, Johannes Lips wrote: > Hi all, > > since the new release is out, I am trying to compile gretl with the > additional MPI support. I added the configure option --with-mpi and the > additional build requirement openmpi-devel, which should include the mpicc > compiler in

[Gretl-devel] Compiling with MPI support not working

2016-11-26 Thread Johannes Lips
Hi all, since the new release is out, I am trying to compile gretl with the additional MPI support. I added the configure option --with-mpi and the additional build requirement openmpi-devel, which should include the mpicc compiler in /usr/lib/bin, but it's not found by the configure script,