Dear openCARP community,
I am trying to install openCARP on a supercomputer, I have followed the tips given here and also on the openCARP installation website. I believe I have all the modules needed:
module purge
module load numlib/petsc/3.13.4-gnu-10.2-openmpi-4.0
module load numlib/python_scipy/1.5.2_numpy_1.19.1_python_3.8.6_gnu_10.2
module load devel/cmake/3.18
module load compiler/gnu/8.3.1
module load mpi/openmpi/4.0
However the compilation terminates at 13% with a fatal error:
[ 13%] Building CXX object numerics/CMakeFiles/numerics.dir/basics.cc.o
In file included from /home/kit/ibt/yw3537/openCARP2022/numerics/basics.cc:27:
/home/kit/ibt/yw3537/openCARP2022/numerics/basics.h:39:10: fatal error: mpi.h: No such file or directory
#include <mpi.h>
^~~~~~~
compilation terminated.
gmake[2]: *** [numerics/CMakeFiles/numerics.dir/build.make:82: numerics/CMakeFiles/numerics.dir/basics.cc.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:488: numerics/CMakeFiles/numerics.dir/all] Error 2
gmake: *** [Makefile:171: all] Error 2
Any ideas on how I could fix this error? Many thanks.
Patricia