From: Patrick G. <pg...@ma...> - 2018-04-18 18:14:14
|
Hi - I'm trying to configure Scipion cloned from the git repo on an Ubuntu 18.04 machine and get the following error message: ----------------- Checking paths in /root/scipion/config/scipion.conf ... Path to MPI_LIBDIR (/usr/lib64/mpi/gcc/openmpi/lib) should exist but it doesn't. Path to MPI_INCLUDE (/usr/lib64/mpi/gcc/openmpi/include) should exist but it doesn't. Cannot find file: /usr/lib64/mpi/gcc/openmpi/include/mpi.h Errors found. ----------------- I think it's looking for the MPI header file in the wrong location for Ubuntu? It's here: /usr/lib/x86_64-linux-gnu/openmpi/include/mpi.h Also, minor point. The installation instructions have a list of dependencies that need to be installed which includes "libreadline6". There's no installation candidate for this, I think it needs to be lib64readline6-dev instead. |