ERROR in Building comGSIv3.6_EnKFv1.2

Submitted by singh08sanjeev on Tue, 09/07/2021 - 23:40

Dear GSI-help Team,

 I got Fatal Error: File ‘kinds.mod’ opened at (1) is not a GNU Fortran module file" while compiling the source code in comGSIv3.6_EnKFv1.2/src directory.  I have already installed all the required libraries with the same GNU compiler (gfortran and gcc).  For GSI/EnKF installation, I have used the same compiler.  I request you to kindly suggest to me, how to fix this error.  

For more information,  I have attached the compiled log file also.

Thank you.

 

compile.log_.pdf

Hi,

Can you use the more recent version 3.7 of comGSI? I suggest this first, as I believe there is a better chance it will be able to perform all of the links correctly, which your setup doesn't seem to be doing. Also, which compiler version are you using and what is your process to compile? Do you have a cmake log?

Thanks,

 

Will

Permalink

In reply to by wmayfield

Hi,

Thank you for your quick reply. I am using version 7.5.0 of gfortran and gcc. I am compiling without cmake. The process of installation on ubuntu18.04 is as follows:

export NETCDF=/PATH TO NETCDF/

export WRF_DIR =/PATH TO WRF DIRECTORY/

export LAPACK_PATH= $LIB_NCAR

./configure

5. Linux x86_64, GNU compilers (gfortran & gcc) (dmpar,optimize)

./compile >& compile.log

Thanks,

Sanjeev

 

Attach Files