COAWST JOE_TC case compile error

Discussion on computers, ROMS installation and compiling

Moderators: arango, robertson

Post Reply
Message
Author
hzh_1211

COAWST JOE_TC case compile error

#1 Unread post by hzh_1211 »

Hi everyone, I meet some errors when compiling coawst in JOE_TC case, the detail as flow:

1. Installation environment
  • COAWST/3.3.1
    intel/18.0.0
    netcdf/4.3.0
    ncview/2.1.7
    lapack/3.8.0
    zlib/1.2.7
    mvapich2/2.3
    hdf5/1.8.20
    jasper/1.900.1
    libpng/1.5.13
    MCT/from COAWST/Lib

Code: Select all

export MCT_INCDIR=/nuist/u/home/heyijun/app/mct/include
export MCT_LIBDIR=/nuist/u/home/heyijun/app/mct/lib
2. RUN - WRF only

serial pass

parallel pass

3. RUN - Inlet_test: ROMS+SWAN

parallel pass

4. RUN - JOE_TC: ROMS+WRF

parallel error

Code: Select all

mct_coupler_params.f90(2): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MCT_WRF_COUPLER_PARAMS]
      USE mct_wrf_coupler_params
----------^
compilation aborted for mct_coupler_params.f90 (code 1)
make: *** [/nuist/p/work/heyijun/henry/COAWST/Projects/JOE_TC/Coupled_mvapich2/Build/mct_coupler_params.o] Error 1
make: *** Waiting for unfinished jobs....
or

Code: Select all

atm_coupler.f90(261): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [M_MCTWORLD]
      USE m_MCTWorld, ONLY : MCTWorld_init => init
----------^
atm_coupler.f90(290): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [M_TRANSFER]
      USE m_Transfer, ONLY: MCT_send => send
----------^
atm_coupler.f90(266): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [M_GLOBALSEGMAP]
      USE m_GlobalSegMap, ONLY : GlobalSegMap
I don't know what INCLUDE paths means here, how define INCLUDE paths? I have modified the coawst.bash according to the user manual, and all of libraries are complied with intel complier.
I have test openmpi mvapich2 and impi, but no one can compile passed. Maybe the problem comes from MCT, but ROMS+SWAN compile passed with this MCT.
Please give me some advise!
Attachments
build.log
scrip build.log
coawst.bash -j 12
exit
(1.29 MiB) Downloaded 348 times

yxli
Posts: 10
Joined: Mon Mar 13, 2023 3:38 pm
Location: lanzhou university

Re: COAWST JOE_TC case compile error

#2 Unread post by yxli »

I have the same problem, how did you solve it?

Post Reply