-
Notifications
You must be signed in to change notification settings - Fork 640
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
in the regtests folder,i run the bash
./bin/run_test ../model ww3_tp1.1
but I got a error:
[INFO] list of the programs selected : ww3_shel
Processing ww3_shel
---------------------
ad3 : processing w3fldsmd
ad3 : processing w3iogomd
ad3 : processing w3nmlshelmd
ad3 : processing w3iopomd
30 errors found, see /mnt/hpc/home/WW3/model/tmp/w3iopomd.err
*** compile error ***
file w3iopomd.o not found
make: *** [/mnt/hpc/home/WW3/model/obj/w3iopomd.o] 错误 5
make: *** 正在等待未完成的任务....
ERROR: Error occured during WW3 ww3_shel build
cat /mnt/hpc/home/WW3/model/tmp/w3iopomd.err
/mnt/hpc/home/WW3/model/src/w3iopomd.F90(345): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [NETCDF]
USE NETCDF
--------^my env:
export CC=mpicc
export FC=mpiifort
export CXX=mpiicpc
export NetCDF_ROOT=$HOME/opt/netcdf
export NETCDF_CONFIG=$NetCDF_ROOT/bin/nc-config
export NETCDF LIBDIR=$NetCDF_ROOT/lib
export NETCDF_INCDIR=$NetCDF_ROOT/include
export WWATCH3_NETCDF=NC4
export PATH=$NetCDF_ROOT/bin:$PATHMetadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working