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
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....
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 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!