Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Error Building CTSM Case

zhangguangzhi

zhangguangzhi
New Member
Hello everyone,

I am currently attempting to port the latest version of the Community Terrestrial Systems Model (CTSM) on a Sunway system. I have nearly completed the porting process but am encountering an error during the build case step.

Here are the details of the case setup:

./create_newcase --case /GFPS8p/cess27/case/morality/hydro_v00 --res CLM_USRDAT --compset 2000_DATM%GSWP3v1_CLM50%FATES_SICE_SOCN_MOSART_SGLC_SWAV --run-unsupported --compiler intel --machine sunway

I have attached the build log file to this post. The error seems to occur
err:

cat: Srcfiles: 没有那个文件或目录
/GFPS8p/cess26/CTSM/src/init_interp/initInterpMultilevelCopy.F90(47): warning #6178: The return value of this FUNCTION has not been defined. [CONSTRUCTOR]
type(interp_multilevel_copy_type) function constructor()
---------------------------------------------^
/GFPS8p/cess26/CTSM/src/fates/main/FatesGlobals.F90(161): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'.
write(str,'(E12.6)') real_in
-----------------^
/GFPS8p/cess26/CTSM/src/utils/restUtilMod.F90.in(111): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [READVAR]
long_name, units, interpinic_flag, data, readvar, &
------------------------------------------------^
/tmp/ifortTLzX25.i90: catastrophic error: **Internal compiler error: segmentation violation signal raised** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.
compilation aborted for /GFPS8p/cess26/CTSM/src/fates/main/FatesHistoryInterfaceMod.F90 (code 1)
gmake: *** [FatesHistoryInterfaceMod.o] 错误 1
gmake: *** 正在等待未完成的任务....

ERROR: Command gmake complib -j 24 COMP_NAME=clm COMPLIB=/GFPS8p/cess27/case/morality/hydro_v00/bld/intel/openmpi/nodebug/nothreads/nuopc/nuopc/esmf/lib/libclm.a -f /GFPS8p/cess27/case/morality/hydro_v00/Tools/Makefile CIME_MODEL=cesm SMP=FALSE CASEROOT="/GFPS8p/cess27/case/morality/hydro_v00" CASETOOLS="/GFPS8p/cess27/case/morality/hydro_v00/Tools" CIMEROOT="/GFPS8p/cess26/CTSM/cime" SRCROOT="/GFPS8p/cess26/CTSM" COMP_INTERFACE="nuopc" COMPILER="intel" DEBUG="FALSE" EXEROOT="/GFPS8p/cess27/case/morality/hydro_v00/bld" RUNDIR="/GFPS8p/cess27/case/morality/hydro_v00/run" INCROOT="/GFPS8p/cess27/case/morality/hydro_v00/bld/lib/include" LIBROOT="/GFPS8p/cess27/case/morality/hydro_v00/bld/lib" MACH="sunway" MPILIB="openmpi" NINST_VALUE="c1a1l1r1" OS="LINUX" PIO_VERSION=2 SHAREDLIBROOT="/GFPS8p/cess27/case/morality/hydro_v00/bld" BUILD_THREADED="FALSE" USE_ESMF_LIB="TRUE" USE_MOAB="FALSE" COMP_ATM="datm" COMP_ICE="sice" COMP_GLC="sglc" COMP_LND="clm" COMP_OCN="socn" COMP_ROF="mosart" COMP_WAV="swav" USE_TRILINOS="FALSE" USE_ALBANY="FALSE" USE_PETSC="FALSE" failed with rc=2


Thank you in advance for your assistance!
 

Attachments

  • bld.zip
    31.5 KB · Views: 0
Top