On Sat, 25 Nov 2017, Dirk Eddelbuettel wrote:
No luck so far. I added the (virtual) packages mpi-default-dev and
mpi-default-bin (mostly OpenMPI, but some of Debian arches may use MPICH).
They are installed but your configure then report
checking for mpicc... yes
checking for MPI library... Couldn't find MPI library
Hence:
Configuration:
Installation path: /usr
Use readline library: yes
Use gnuplot for graphs: yes
Use pdflatex for typesetting: yes
Use libgsf for zip/unzip: no
sse2 support for RNG: no
OpenMP support: yes
MPI support: no
[...]
Could you[r] configure possibly rely on this:
edd@brad:~$ pkg-config --cflags mpi
-pthread -I/usr/lib/x86_64-linux-gnu/openmpi/include
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi
edd@brad:~$ pkg-config --libs mpi
-L/usr/lib/x86_64-linux-gnu/openmpi/lib -L/usr//lib -lmpi
edd@brad:~$
Hmm, maybe, but I think Debian is unusual in supplying an mpi.pc
file (not present on Fedora or Arch anyway).
Could you try using the config variable(s) --with-mpi-lib= (and
perhaps also --with-mpi-include=)?
Thanks,
Allin