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

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

  • config.log.txt
    72.6 KB · Views: 6
  • config_machines.xml.txt
    2.4 KB · Views: 11
  • csm_share.bldlog.201122-181805.txt
    95.2 KB · Views: 8
  • Macros.make.txt
    1.1 KB · Views: 1
  • pio.bldlog.201122-181805.txt
    74.1 KB · Views: 2
  • software_environment.txt
    9.5 KB · Views: 2
  • version_info.txt
    4.7 KB · Views: 3

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