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. 
 
Back
Top