Hello,all
I have encountered a fatal error about installing Parallel FEAP8.4 on ubuntu 18.04. That is the following words.
unix/smetis.c:25:10: fatal error: metis.h: No such file or directory
#include "metis.h"
^~~~~~~~~
compilation terminated.
makefile:123: recipe for target 'unix/smetis.o' failed
make: *** [unix/smetis.o] Error 1
I don't know where is the metis.h? I have installed the PETSc-3.3-p5, Do I need to give a specific path? could you tell me how to fix this problem? Thanks!