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

Cesm2.0.1 Build Error:shr_vmath_mod.F90:(.text+0x1f): undefined reference to `vdsqrt_'

xhh

New Member
尝试建立BSM的CESM2.0.1情况时,一世遇到错误,我从一个新的登录shell运行以下脚本:
./ create_newcase --case BW1850 --compset BW1850 --res f09_g17_gl4 --run-unsupported --compiler intel --mach zgss
./case.setup

一切顺利,直到这里:
./case.build

构建目标耦合模型的单个可执行版本
intel_netcdf4.4 / lib -lnetcdff -L / data57 / pub / Build_WRF / LIBRARIES / intel_netcdf4.4 / lib -lnetcdf -llapack -lblas -Lusr / local / lib -llapack- lblas / intel / mpich / nodebug / nothreads / mct / noesmf / c1a1l1i1o1r1g1w1e1 / lib -lcsm_share -L ../../ intel / mpich / nodebug / nothreads / lib -lpio -lgptl -lmct -lmpeu -L / data57 / pub / Build_WRF / LIBRARIES / intel_netcdff4.4 -L / data57 / pub / Build_WRF / LIBRARIES / intel_netcdf4.4 / lib -lnetcdf -llapack -lblas -Lusr / local / lib -llapack -lblas / intel / mpich / nodebug / nothreads / mct / noesmf / c1a1l1i1o1r1g1w1e1share1 -L ../../ intel / mpich / nodebug / nothreads / lib -lpio -lgptl -lmct -lmpeu -L / data57 / pub / Build_WRF / LIBRARIES / intel_netcdf4.4 / lib -lnetcdff -L / data57 / pub / Build_WRF / LIBRARIES / intel_netcdf4。4 / lib -lnetcdf -llapack -lblas -Lusr /本地/ lib -llapack -lblas
../../intel/mpich/nodebug/nothreads/mct/noesmf/c1a1l1i1o1r1g1w1e1/lib/libcsm_share.a(shr_vmath_mod.o):在函数“ shr_vmath_mod_mp_shr_vmath_sqrt_”中:
shr_vmath_mod.F90 :(.text + 0x1f):未定义对“ vdsqrt_”的引用
../../intel/mpich/nodebug/nothreads/mct/noesmf/c1a1l1i1o1r1g1w1e1/lib/libcsm_share.a(shr_vmath_mod.o):在函数“ shr_vmath_mod_mp_shr_vmath_exp_”中:
shr_vmath_mod.F90 :(.text + 0x22f):未定义对“ vdexp_”的引用
../../intel/mpich/nodebug/nothreads/mct/noesmf/c1a1l1i1o1r1g1w1e1/lib/libcsm_share.a(shr_vmath_mod.o):在函数“ shr_vmath_mod_mp_shr_vmath_div_”中:
shr_vmath_mod.F90 :(.text + 0x252):对'vddiv_'的未定义引用
../../intel/mpich/nodebug/nothreads/mct/noesmf/c1a1l1i1o1r1g1w1e1/lib/libcsm_share.a(shr_vmath_mod.o):在函数“ shr_vmath_mod_mp_shr_vmath_log_”中:
shr_vmath_mod.F90 :(.text + 0x26f):未定义对“ vdln_”的引用
../../intel/mpich/nodebug/nothreads/mct/noesmf/c1a1l1i1o1r1g1w1e1/lib/libcsm_share.a(shr_vmath_mod.o):在函数“ shr_vmath_mod_mp_shr_vmath_sin_”中:
shr_vmath_mod.F90 :(.text + 0x28f):未定义对“ vdsin_”的引用
../../intel/mpich/nodebug/nothreads/mct/noesmf/c1a1l1i1o1r1g1w1e1/lib/libcsm_share.a(shr_vmath_mod.o):在函数“ shr_vmath_mod_mp_shr_vmath_cos_”中:
shr_vmath_mod.F90 :(.text + 0x2af):对`vdcos_'的未定义引用
制作:*** [/home/zgss/pub/xhh/cesm_2.0.1/scratch/BHIST_1/bld/cesm.exe]错误1
 

Attachments

  • cesm.bldlog.txt
    32 KB · Views: 2
  • 1573030090(1).png
    1573030090(1).png
    77.4 KB · Views: 4
Top