Case.build fails at csm_share

hcteo

steve
New Member
When running ./case.build, I was able to build GPTL, MCT and PIO successfully but it failed at csm_share.

ERROR: /home/svu/myusername/my_cesm_sandbox/cime/src/build_scripts/buildlib.csm_share FAILED, cat /home/svu/myusername/cesm/scratch/quickstart_case/bld/csm_share.bldlog.201122-181805

Is it something to do with the fortran compiler or ESMF?

I’ve attached the logs and version info. My .cime contains only config_machines.xml.

Appreciate your help very much.
 

Attachments

jedwards

CSEG and Liaisons
Staff member
In config_machines.xml you have specified gnu as the compiler, but what you are using is intel. Either change config_machines.xml and specify intel or rearrange your path so that you find the gcc/gfortran compilers first.
 
Back
Top