Skip to content

Error in make check #250

Closed Answered by danrosen25
We-xinyu asked this question in Building / Installing
May 26, 2024 · 2 comments · 6 replies
Discussion options

You must be logged in to vote

@We-xinyu
Use the defaults as much as possible unless specifically needed. The ESMF build system will scan your system and pick the best configuration. Build option g is intended to test the ESMF framework itself so you don't need this unless you're trying to debug ESMF.

export ESMF_DIR="/home/u4/app_esmf/esmf-ESMF_7_0_2"
export ESMF_BOPT="O" # or g
export ESMF_COMM="mpiuni"
export ESMF_COMPILER="gfortran"
export ESMF_NETCDF="nc-config" # nc-config must be part of your path

export ESMF_INSTALL_MODDIR="mod"
export ESMF_INSTALL_BINDIR="bin"
export ESMF_INSTALL_LIBDIR="lib"
export ESMF_INSTALL_PREFIX=<THE ROOT DIRECTORY FOR YOUR ESMF INSTALLATION>

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
6 replies
@We-xinyu
Comment options

@danrosen25
Comment options

@We-xinyu
Comment options

@danrosen25
Comment options

Answer selected by danrosen25
@danrosen25
Comment options

@We-xinyu
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment