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

building failed with clm5

Hi Dear,I have installed the cesm2.2 version downloaded recently from cesm git site.  I am porting the code on my local server with intel compiler and impi mpi modeuls.   I have encounted the problem with errors when compiling CNFireMethodMod.F90 and NutrientCompetitionMethodMod.F90 files.  Both compiled object files  are showing the  zero size, and building process is not further going.   Other clm codes are successfully compiled without any problems.Would anyone help me to solve this problem?  One of my guess is that I have a bit old version of intel compiler with 13.0. The options I used for compiling the model is "-convert big_endian -assume byterecl -ftz -traceback -assume realloc_lhs -fp-model source".Thanks in advance.  Best,
 

jedwards

CSEG and Liaisons
Staff member
You can try removing the build directory and starting over to see if it was an intermitent system problem, but I think you are right - that compiler is too old to compile some of the F2003 style code in those files. 
 
Top