Hello!
I'm just starting with nek5000 and I followed the instructions in the Quickstart: "Running your very first simulation".
First issue I had was with the command:
cd ~/Nek5000/tools; ./maketools genmap
Then I installed gfortran (I'm on Ubuntu 16.04) with the shell command:
sudo apt-get install gfortran
After that, I can continue, but then when I pass the command
makenek eddy_uv
I get the answer:
using source path: /home/hp/Nek5000
generating makefile ... done
building 3rd-party dependencies ...
An ERROR occured, see build.log for details
When I open build.log, the reported error is:
In file included from src/sarray_transfer.c:9:0:
src/comm.h:67:10: fatal error: mpi.h: No such file or directory
#include <mpi.h>
^~~~~~~
Do you have any suggestion? I appreciate a lot your time and attention.
Gilberto Montiel.