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

CESM1.2.2.1 Build Error

mluongo

Matt Luongo
New Member
Hi,
I'm a new user to CESM and this my first time posting, but I am getting an error when trying to build after creating a new case. I'll post all of my bash commands below and then the error.

./create_newcase -case ~/CESM1_runs/test1 -res f19_g16 -compset B_1850 -mach cheyenne
cd ~/CESM1_runs/test1
./cesm_setup -clean
./cesm_setup
./test1.clean_build
./test1.build


I get an error on building:

ERROR: cesm.buildexe.csh failed, see /glade/scratch/mluongo/test1/bld/cesm.bldlog.200705-174229
ERROR: cat /glade/scratch/mluongo/test1/bld/cesm.bldlog.200705-174429



When I go to this directory and open the build log, I see

failed to convert GOTCPREL relocation; relink with --no-relax

I've tried googling and there doesn't seem to be a clear-cut answer to what to do here- any help would be appreciated!

Cheers,
Matt
 

fischer

CSEG and Liaisons
Staff member
Hi Matt,

Is there a specific reason you're using an old version of CESM? CESM2.1.3 is running on cheyenne.

Chris
 

mluongo

Matt Luongo
New Member
Hi Matt,

Is there a specific reason you're using an old version of CESM? CESM2.1.3 is running on cheyenne.

Chris

Hi Chris,
Just figured I would try to build the version of the model I had used output from in the past. I was able to build CESM2 on Cheyenne and will just move forward with that.
Thanks!
Matt
 

UllaH

Ulla Heede
New Member
I get exactly the same build error as Matt, even I after I followed the instructions in the google doc.
I was last successfully building and running this version of cesm (1_2_2_1) in June 2020, so I'm surprised it doesn't work now.

The only difference between my setup and the suggested setup in Porting CESM to Cheyenne versions prior to cesm1_4:
is that I use intel/17.0.1, not intel/17.0.2 (otherwise the rest of the models won't load).

Any suggestions?
 
Top