Hi Johannes,
I not sure that this helps but I am always using the "--enable-openmp"
option:
<terminal>
./configure --enable-openmp --enable-build-doc && make clean && make -j4
&& make pdfdocs && sudo make install
</terminal>
Artur
Am 26.11.2016 um 09:58 schrieb 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, please see the build logs. [1]
It would be great if anyone could check what might be wrong.
Johannes