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

Segmentation Fault

Hello, I am getting the following error during initializing the land model, while running CESM 1.1.1. I have tried running CESM 1.1 and 1.1.1 (compiled using both mpich2-1.3 and openmpi-1.5.3, using pgi 10.9 compilers with corresponding netcdf built), however the error occurs at the same place while running the CESM. *** Process received signal ***
Signal: Segmentation fault (11)
Signal code: Address not mapped (1)
Failing at address: (nil)I am using following in my run script. limit coredumpsize unlimited (tried with limit coredumpsize 1000000)limit stacksize unlimitedIt seems the error occured in subroutine initialize1(). The domain_check printed following in the log filedomain_check ni,nj = 144 96
domain_check clmlevel = ^@^@^@^@^@^@^@^@
domain_check nbeg,nend = 1 354The model seems to reading other netcdf files correctly. I am attaching the lnd log file. If someone has any idea on what else I could try to find the root of the 'segmentation fault'. I am using (MPI_LIB_NAME =) mpich or openmpi accordingly in the Macros file. Thanks,Ankur
 
Top