ESMF Installation issue #1507
Unanswered
gaohongyin
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Hello. I am unable to see the screenshot that you uploaded. Would you please try again? Or post more of the error message that you get? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I am trying to install LISF on my workstation with Ubuntu 18.04.
When installing the ESMF library, I can successfully "make all", but when type "make install", it always report error saying
makefile:668: recipe for target 'install' failed
make: *** [install] Error 1
Here is my setting for ESMF:
export ESMF_DIR=/usr/local/esmf/8.1.1/esmf-ESMF_8_1_1
export ESMF_INSTALL_PREFIX=/usr/local/esmf/8.1.1/esmf-ESMF_8_1_1
export ESMF_COMM=mpiuni
export ESMF_COMPILER=gfortran
export ESMF_ABI=64
export ESMF_NETCDF_INCLUDE=/usr/local/netcdf/4.7.4/include
export ESMF_NETCDF_LIBPATH=/usr/local/netcdf/4.7.4/lib
export ESMF_NETCDF_LIBS="-lnetcdf -lnetcdff"
export ESMF_CXXCOMPILER=g++
export ESMF_CXXLINKER=g++
export ESMF_F90COMPILER=gfortran
export ESMF_F90LINKER=gfortran
I've been struggling with this for a long time, I appreciate if anyone can provide help!
Beta Was this translation helpful? Give feedback.
All reactions