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

CESM 2.2.0 build error

Shreya Bhowmick

Shreya Bhowmick
New Member
Hello everyone,

I am trying to install CESM2.2.0 where CESM1.2.2 is already installed and running perfectly. I am getting a build error which I am unable to figure out. The error log files are attached below. Can anyone please help me with a solution?

Thank you for your time!
With regards,
Shreya
 

Attachments

  • mct.bldlog.230823-172218.txt
    2.7 KB · Views: 2
  • config.log.txt
    18.9 KB · Views: 2

jedwards

CSEG and Liaisons
Staff member
It looks like your intel compiler install may be incomplete.

configure:2559: ./conftest
./conftest: symbol lookup error: ./conftest: undefined symbol: __intel_avx_memmove
configure:2563: $? = 127
configure:2570: error: in `/mnt/HDD/MODEL/CESM2/SCRATCH/FHIST/bld/intel/mpich/nodebug/nothreads/mct/mct':

Are you able to compile a simple test program with this compiler? You might try mpiicx instead of mpiicc.
Also if you are just migrating to cesm2, I recommend using either cesm2.1.4 or the latest cesm2.3 beta - currently: cesm2.3.0beta16
 
Top