Hi Helpers,
I am using school clusters to config and run CESM2. Everything is good until there is an error happened when run ./case.build, here is the output:
I had a look at the log file(i.e., gptl.bldlog.20301-163357, please see it attached in this thread), it seems like a make problem in the path: /share/home/czhou171/ycliu/models/CESM/2.2.0/my_cesm_sandbox/cime/src/share/timing/. But I am not sure. I would appreciate it if anyone tell me what happened and how to fixed it.
PS: Here is my env varibles and some necessary softwave version in Linux service:
Thanks in advanced!
Yincheng
I am using school clusters to config and run CESM2. Everything is good until there is an error happened when run ./case.build, here is the output:
Bash:
Building case in directory /share/home/czhou171/ycliu/models/CESM/cases/X.test
sharedlib_only is False
model_only is False
Setting Environment MKL_PATH=/share/apps/intel/intel_2019u5/compilers_and_libraries/linux/mkl
Setting Environment NETCDF_HOME=/share/apps/netcdf/
Setting Environment NETCDF_PATH=/share/apps/netcdf/
Generating component namelists as part of build
Creating component namelists
2022-03-01 16:38:32 atm
Calling /share/home/czhou171/ycliu/models/CESM/2.2.0/my_cesm_sandbox/cime/src/components/xcpl_comps_mct/xatm/cime_config/buildnml
2022-03-01 16:38:32 lnd
Calling /share/home/czhou171/ycliu/models/CESM/2.2.0/my_cesm_sandbox/cime/src/components/xcpl_comps_mct/xlnd/cime_config/buildnml
2022-03-01 16:38:32 ice
Calling /share/home/czhou171/ycliu/models/CESM/2.2.0/my_cesm_sandbox/cime/src/components/xcpl_comps_mct/xice/cime_config/buildnml
2022-03-01 16:38:32 ocn
Calling /share/home/czhou171/ycliu/models/CESM/2.2.0/my_cesm_sandbox/cime/src/components/xcpl_comps_mct/xocn/cime_config/buildnml
2022-03-01 16:38:32 rof
Calling /share/home/czhou171/ycliu/models/CESM/2.2.0/my_cesm_sandbox/cime/src/components/xcpl_comps_mct/xrof/cime_config/buildnml
2022-03-01 16:38:32 glc
Calling /share/home/czhou171/ycliu/models/CESM/2.2.0/my_cesm_sandbox/cime/src/components/xcpl_comps_mct/xglc/cime_config/buildnml
2022-03-01 16:38:32 wav
Calling /share/home/czhou171/ycliu/models/CESM/2.2.0/my_cesm_sandbox/cime/src/components/xcpl_comps_mct/xwav/cime_config/buildnml
2022-03-01 16:38:32 iac
Running /share/home/czhou171/ycliu/models/CESM/2.2.0/my_cesm_sandbox/cime/src/components/stub_comps_mct/siac/cime_config/buildnml
2022-03-01 16:38:32 esp
Calling /share/home/czhou171/ycliu/models/CESM/2.2.0/my_cesm_sandbox/cime/src/components/stub_comps_mct/sesp/cime_config/buildnml
2022-03-01 16:38:32 cpl
Calling /share/home/czhou171/ycliu/models/CESM/2.2.0/my_cesm_sandbox/cime/src/drivers/mct/cime_config/buildnml
Building gptl with output to file /share/home/czhou171/ycliu/models/CESM/scratch/X.test/bld/gptl.bldlog.220301-163832
Calling /share/home/czhou171/ycliu/models/CESM/2.2.0/my_cesm_sandbox/cime/src/build_scripts/buildlib.gptl
ERROR: /share/home/czhou171/ycliu/models/CESM/2.2.0/my_cesm_sandbox/cime/src/build_scripts/buildlib.gptl FAILED, cat /share/home/czhou171/ycliu/models/CESM/scratch/X.test/bld/gptl.bldlog.20301-163357
I had a look at the log file(i.e., gptl.bldlog.20301-163357, please see it attached in this thread), it seems like a make problem in the path: /share/home/czhou171/ycliu/models/CESM/2.2.0/my_cesm_sandbox/cime/src/share/timing/. But I am not sure. I would appreciate it if anyone tell me what happened and how to fixed it.
PS: Here is my env varibles and some necessary softwave version in Linux service:
Bash:
# env vars
export USER=/share/home/czhou171/ycliu
export CESM_CASE=/share/home/czhou171/ycliu/models/CESM/cases
export CESM_PATH=/share/home/czhou171/ycliu/models/CESM/2.2.0/my_cesm_sandbox
# module load
module load python/3.6.8
module load intel/2019u5
module load ncview
module load nco/nco-4.6.3
module load hdf/hdf5-1.8.20_intel
module load gcc/gcc-9.3.0
module load netcdf/4.4_intel
export NETCDF_PATH=/share/apps/netcdf/4.4_intel
# No ESMF
# LAPACK and BLAS provided by MKL
module load cmake/3.16.0
# pnetcdf in local
export PATH="/share/home/czhou171/usr/local/pnetcdf_1.8.1/bin:$PATH"
export LD_LIBRARY_PATH="/share/home/czhou171/usr/local/pnetcdf_1.8.1/lib:$LD_LIBRARY_PATH"
export INCLUDE="/share/home/czhou171/usr/local/pnetcdf_1.8.1/include:$INCLUDE"
Thanks in advanced!
Yincheng