GSI ENKF Compilation

Submitted by nloza on Tue, 03/08/2022 - 16:42
Good afternoon!
 

I have already worked with the HWRF installation, but I have an issue with GSI-ENKF compilation.
 
The problem is this:
 
image.png
And the commands that I used was this:
 
Environmental vars:

setenv PATH $DIR/netcdf/bin:$PATH

setenv NETCDF $DIR/netcdf

setenv I_MPI_ROOT /opt/intel/oneapi/mpi/2021.5.1

setenv MKLROOT /opt/intel/oneapi/mkl/2022.0.2

setenv LAPACK_PATH $MKLROOT

setenv CORE_DIR /home/hwrf/Documentos/HWRF/comGSIv3.7_EnKFv1.3

 

mkdir build

cd build

cmake $CORE_DIR

 
There is any solution to resolve this issue?
 
Thank you very much!!