6:38:30 PM PDT - Tue, Jul 2nd 2019 |
|
After performing all the "setenv", nwchem is installed as follows.
After the "make link" the error message resulted
Quote:
make nwchem.o stubs.o
make[1]: Entering directory '/home/hong/nwchem-6.8.1/src'
gfortran -m64 -ffast-math -Warray-bounds -fdefault-integer-8 -fno-tree-dominator-opts -finline-functions -O2 -g -fno-aggressive-loop-optimizations -fno-tree-dominator-opts -g -O -I. -I/home/hong/nwchem-6.8.1/src/include -I/home/hong/nwchem-6.8.1/src/tools/install/include -DMPICH_NO_ATTR_TYPE_TAGS -DGFORTRAN -DCHKUNDFLW -DGCC4 -DGCC46 -DEXT_INT -DLINUX -DLINUX64 -DNOIO -DEAFHACK -DPARALLEL_DIAG -DCOMPILATION_DATE="'`date +%a_%b_%d_%H:%M:%S_%Y`'" -DCOMPILATION_DIR="'/home/hong/nwchem-6.8.1'" -DNWCHEM_BRANCH="'6.8.1'" -c -o nwchem.o nwchem.F
nwchem.F:4:2:
#include "mafdecls.fh"
1~~ ~~ ~~ ~~ ~~ ~
Fatal Error: errquit.fh: No such file or directory
compilation terminated.
<builtin>: recipe for target 'nwchem.o' failed
make[1]: *** [nwchem.o] Error 1
make[1]: Leaving directory '/home/hong/nwchem-6.8.1/src'
GNUmakefile:54: recipe for target 'link' failed
make: *** [link] Error 2
Thank you.
|