How do I solve this problem? I encountered this problem when I was building.
I successfully executed the command:
./create_newcase --case ./mycase_b1850 --compset B1850 --res f19_g17 --mach jyx --run-unsupported
and ./case.setup successfully,but when I ./case build , I meet this problem:
Building pio with output to file /home/jyx/model/cesm/cesm-2.2.2/scratch/mycase_b1850/bld/pio.bldlog.250426-143733
Calling /home/jyx/model/cesm/cesm-2.2.2/cime/src/build_scripts/buildlib.pio
Building csm_share with output to file /home/jyx/model/cesm/cesm-2.2.2/scratch/mycase_b1850/bld/csm_share.bldlog.250426-143733
Calling /home/jyx/model/cesm/cesm-2.2.2/cime/src/build_scripts/buildlib.csm_share
Component csm_share build complete with 20 warnings
- Building clm library
Building lnd with output to /home/jyx/model/cesm/cesm-2.2.2/scratch/mycase_b1850/bld/lnd.bldlog.250426-143733
Component lnd build complete with 6 warnings
clm built in 121.939924 seconds
- Building atm Library
Building atm with output to /home/jyx/model/cesm/cesm-2.2.2/scratch/mycase_b1850/bld/atm.bldlog.250426-143733
- Building ice Library
Building ice with output to /home/jyx/model/cesm/cesm-2.2.2/scratch/mycase_b1850/bld/ice.bldlog.250426-143733
- Building ocn Library
Building ocn with output to /home/jyx/model/cesm/cesm-2.2.2/scratch/mycase_b1850/bld/ocn.bldlog.250426-143733
- Building rof Library
Building rof with output to /home/jyx/model/cesm/cesm-2.2.2/scratch/mycase_b1850/bld/rof.bldlog.250426-143733
- Building glc Library
Building glc with output to /home/jyx/model/cesm/cesm-2.2.2/scratch/mycase_b1850/bld/glc.bldlog.250426-143733
- Building wav Library
Building wav with output to /home/jyx/model/cesm/cesm-2.2.2/scratch/mycase_b1850/bld/wav.bldlog.250426-143733
- Building iac Library
Building iac with output to /home/jyx/model/cesm/cesm-2.2.2/scratch/mycase_b1850/bld/iac.bldlog.250426-143733
- Building esp Library
Building esp with output to /home/jyx/model/cesm/cesm-2.2.2/scratch/mycase_b1850/bld/esp.bldlog.250426-143733
siac built in 1.234417 seconds
sesp built in 1.269411 seconds
mosart built in 61.693647 seconds
ww built in 85.188203 seconds
/home/jyx/model/cesm/cesm-2.2.2/components/cice/src/drivers/mct/ice_comp_mct.F90(570): error #6404: This name does not have a type, and must have an explicit type. [TIMER_CPLRECV]
/home/jyx/model/cesm/cesm-2.2.2/components/cice/src/drivers/mct/ice_comp_mct.F90(592): error #6404: This name does not have a type, and must have an explicit type. [TIMER_CPLSEND]
Component ice build complete with 1 warnings
cice built in 130.866416 seconds
Component ocn build complete with 13 warnings
pop built in 165.224866 seconds
Component atm build complete with 14 warnings
cam built in 271.841910 seconds
Component glc build complete with 2 warnings
cism built in 325.490676 seconds
ERROR: BUILD FAIL: cice.buildlib failed, cat /home/jyx/model/cesm/cesm-2.2.2/scratch/mycase_b1850/bld/ice.bldlog.250426-143733
SO I cat /home/jyx/model/cesm/cesm-2.2.2/scratch/mycase_b1850/bld/ice.bldlog.250426-143733,and then find :
/home/jyx/model/cesm/cesm-2.2.2/components/cice/src/drivers/mct/ice_comp_mct.F90(570): error #6404: This name does not have a type, and must have an explicit type. [TIMER_CPLRECV]
call ice_timer_start(timer_cplrecv)
-------------------------^
/home/jyx/model/cesm/cesm-2.2.2/components/cice/src/drivers/mct/ice_comp_mct.F90(592): error #6404: This name does not have a type, and must have an explicit type. [TIMER_CPLSEND]
call ice_timer_start(timer_cplsend)
-------------------------^
I successfully executed the command:
./create_newcase --case ./mycase_b1850 --compset B1850 --res f19_g17 --mach jyx --run-unsupported
and ./case.setup successfully,but when I ./case build , I meet this problem:
Building pio with output to file /home/jyx/model/cesm/cesm-2.2.2/scratch/mycase_b1850/bld/pio.bldlog.250426-143733
Calling /home/jyx/model/cesm/cesm-2.2.2/cime/src/build_scripts/buildlib.pio
Building csm_share with output to file /home/jyx/model/cesm/cesm-2.2.2/scratch/mycase_b1850/bld/csm_share.bldlog.250426-143733
Calling /home/jyx/model/cesm/cesm-2.2.2/cime/src/build_scripts/buildlib.csm_share
Component csm_share build complete with 20 warnings
- Building clm library
Building lnd with output to /home/jyx/model/cesm/cesm-2.2.2/scratch/mycase_b1850/bld/lnd.bldlog.250426-143733
Component lnd build complete with 6 warnings
clm built in 121.939924 seconds
- Building atm Library
Building atm with output to /home/jyx/model/cesm/cesm-2.2.2/scratch/mycase_b1850/bld/atm.bldlog.250426-143733
- Building ice Library
Building ice with output to /home/jyx/model/cesm/cesm-2.2.2/scratch/mycase_b1850/bld/ice.bldlog.250426-143733
- Building ocn Library
Building ocn with output to /home/jyx/model/cesm/cesm-2.2.2/scratch/mycase_b1850/bld/ocn.bldlog.250426-143733
- Building rof Library
Building rof with output to /home/jyx/model/cesm/cesm-2.2.2/scratch/mycase_b1850/bld/rof.bldlog.250426-143733
- Building glc Library
Building glc with output to /home/jyx/model/cesm/cesm-2.2.2/scratch/mycase_b1850/bld/glc.bldlog.250426-143733
- Building wav Library
Building wav with output to /home/jyx/model/cesm/cesm-2.2.2/scratch/mycase_b1850/bld/wav.bldlog.250426-143733
- Building iac Library
Building iac with output to /home/jyx/model/cesm/cesm-2.2.2/scratch/mycase_b1850/bld/iac.bldlog.250426-143733
- Building esp Library
Building esp with output to /home/jyx/model/cesm/cesm-2.2.2/scratch/mycase_b1850/bld/esp.bldlog.250426-143733
siac built in 1.234417 seconds
sesp built in 1.269411 seconds
mosart built in 61.693647 seconds
ww built in 85.188203 seconds
/home/jyx/model/cesm/cesm-2.2.2/components/cice/src/drivers/mct/ice_comp_mct.F90(570): error #6404: This name does not have a type, and must have an explicit type. [TIMER_CPLRECV]
/home/jyx/model/cesm/cesm-2.2.2/components/cice/src/drivers/mct/ice_comp_mct.F90(592): error #6404: This name does not have a type, and must have an explicit type. [TIMER_CPLSEND]
Component ice build complete with 1 warnings
cice built in 130.866416 seconds
Component ocn build complete with 13 warnings
pop built in 165.224866 seconds
Component atm build complete with 14 warnings
cam built in 271.841910 seconds
Component glc build complete with 2 warnings
cism built in 325.490676 seconds
ERROR: BUILD FAIL: cice.buildlib failed, cat /home/jyx/model/cesm/cesm-2.2.2/scratch/mycase_b1850/bld/ice.bldlog.250426-143733
SO I cat /home/jyx/model/cesm/cesm-2.2.2/scratch/mycase_b1850/bld/ice.bldlog.250426-143733,and then find :
/home/jyx/model/cesm/cesm-2.2.2/components/cice/src/drivers/mct/ice_comp_mct.F90(570): error #6404: This name does not have a type, and must have an explicit type. [TIMER_CPLRECV]
call ice_timer_start(timer_cplrecv)
-------------------------^
/home/jyx/model/cesm/cesm-2.2.2/components/cice/src/drivers/mct/ice_comp_mct.F90(592): error #6404: This name does not have a type, and must have an explicit type. [TIMER_CPLSEND]
call ice_timer_start(timer_cplsend)
-------------------------^