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

Build CESM2.1.0 error

I can build at the first time, while several days later, there are some errors during building the cesm. The errors are as below:
/cesm2.1.0/components/cam/src/utils/linear_1d_operators.F90: catastrophic error: **Internal compiler error: internal abort** 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.
ERROR: Command gmake complib -j 12 MODEL=cam COMPLIB=/BIGDATA1/iap_ldan_1/zhajl/CESM/cesm2.1.0/output/BHIST/bld/lib/libatm.a -f /BIGDATA1/iap_ldan_1/zhajl/CESM/cesm2.1.0/cime/scripts/BHIST/Tools/Makefile MACFILE=/BIGDATA1/iap_ldan_1/zhajl/CESM/cesm2.1.0/cime/scripts/BHIST/Macros.tianhe USER_CPPDEFS=' -DPLON=144 -DPLAT=96 -DPLEV=32 -DPCNST=37 -DPCOLS=16 -DPSUBCOLS=1 -DN_RAD_CNST=30 -DPTRM=1 -DPTRN=1 -DPTRK=1 -DSPMD -DMODAL_AERO -DMODAL_AERO_4MODE -DCLUBB_SGS -DCLUBB_CAM -DNO_LAPACK_ISNAN -DCLUBB_REAL_TYPE=dp -DHAVE_VPRINTF -DHAVE_TIMES -DHAVE_GETTIMEOFDAY -DHAVE_COMM_F2C -DHAVE_NANOTIME -DBIT64 -DHAVE_SLASHPROC' failed with rc=2.
I will appreciate any help for solving this problem sincerely.
The attached document is the errorlog.
 

fischer

CSEG and Liaisons
Staff member
The internal compiler error is usually a problem with the compiler. Are you trying to rebuild an existing case, or are you building a new case?
Since you were able to build a couple of days ago, it leads me to believe that something has changed on your system.

Chris
 
The internal compiler error is usually a problem with the compiler. Are you trying to rebuild an existing case, or are you building a new case?
Since you were able to build a couple of days ago, it leads me to believe that something has changed on your system.

Chris
thanks for your advices, and I will change the version of ifort again.
 
Top