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 porting runtime error

Hi, I finnaly compiled the CESM1_2_2_1 successfullyHowever, I got a runtime error at very early stagethe cesm.log file has some error information like this: *** Error in `/home/xlong/test5/bld/cesm.exe': corrupted size vs. prev_size: 0x00000000116bc170 ***======= Backtrace: =========*** Error in `/home/xlong/test5/bld/cesm.exe': corrupted size vs. prev_size: 0x000000001167c170 ***/lib64/libc.so.6(+0x80d97)[0x2ad35ac71d97] /lib64/libc.so.6(+0x82295)[0x2ad35ac73295]

The compiler version is: Intel(R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 18.0.5.274
Do you think this is a compiler version issue?
The only difference in the compiling option is thatI change one of the option in FFLAGS from -no-opt-dynamic-align to -qno-opt-dynamic-align, because -no-opt-dynamic-align caused the compiling fail at mct build. Thanks
 

jedwards

CSEG and Liaisons
Staff member
Your trace is incomplete.   Try recompiling with the additional flag '-debug minimal' to get more information. 
 
Top