joy_merwin@gmail_com
New Member
Hi,
Im trying to run CAM 5 in standalone mode following the instructions given in the CESM tutorial page. I tried this both on an intel cluster and an Ubuntu PC (intel i7, 16 GB RAM).I was successfully able to compile the serial version with the following configure statement../CESM/cesm1_2_0/models/atm/cam/bld/configure -fc ifort -cc icc -fflags '-shared-intel -mcmodel=medium -heap-arrays' -dyn fv -hgrid 10x15 -ice sice -lnd slnd -rof srof -nosmp -nospmd -chem none -ldflags '-limf -lm'
I then built the namelist using ../CESM/cesm1_2_0/models/atm/cam/bld/build-namelist -config ../cam_test/config_cache.xml -csmdata ../cam_data/ -test
Running then gives a segmentation fault. Tried all the normal things, ulimit -s unlimited and adding the mcmodel=medium and heap_arrays argument to ifort. The error it gives isforrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source
cam 0000000000F08AA6 Unknown Unknown Unknown
cam 0000000000F015D4 Unknown Unknown Unknown
cam 0000000000EC16A0 Unknown Unknown Unknown
cam 0000000000545A31 Unknown Unknown Unknown
cam 000000000063053F Unknown Unknown Unknown
cam 0000000000E8F571 Unknown Unknown Unknown
cam 00000000004A7128 Unknown Unknown Unknown
cam 000000000044C525 Unknown Unknown Unknown
cam 0000000000517F71 Unknown Unknown Unknown
cam 000000000053FCCC Unknown Unknown Unknown
cam 0000000000409D2C Unknown Unknown Unknown
libc.so.6 0000003D3541D994 Unknown Unknown Unknown
cam 0000000000409C39 Unknown Unknown Unknown
The model dies as soon as it exits ccsm_init(), which indicates it is some kind of memory issue (i.e, it prints a debug message put at the end ccsm_init() but does not print the same debug message put just after the place where ccsm_init() is called), but I'm all out of tricks to try out. The same error cropped up on the cluster as well as an aside, the build_namelist script omits to mention that I need certain aerosol files for the radiation code. It crashed when it could not find these files, had to manually identify which they were and download them to their proper locations.
Any pointers/help would be greatly appreciated! TIA,Joy
Im trying to run CAM 5 in standalone mode following the instructions given in the CESM tutorial page. I tried this both on an intel cluster and an Ubuntu PC (intel i7, 16 GB RAM).I was successfully able to compile the serial version with the following configure statement../CESM/cesm1_2_0/models/atm/cam/bld/configure -fc ifort -cc icc -fflags '-shared-intel -mcmodel=medium -heap-arrays' -dyn fv -hgrid 10x15 -ice sice -lnd slnd -rof srof -nosmp -nospmd -chem none -ldflags '-limf -lm'
I then built the namelist using ../CESM/cesm1_2_0/models/atm/cam/bld/build-namelist -config ../cam_test/config_cache.xml -csmdata ../cam_data/ -test
Running then gives a segmentation fault. Tried all the normal things, ulimit -s unlimited and adding the mcmodel=medium and heap_arrays argument to ifort. The error it gives isforrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source
cam 0000000000F08AA6 Unknown Unknown Unknown
cam 0000000000F015D4 Unknown Unknown Unknown
cam 0000000000EC16A0 Unknown Unknown Unknown
cam 0000000000545A31 Unknown Unknown Unknown
cam 000000000063053F Unknown Unknown Unknown
cam 0000000000E8F571 Unknown Unknown Unknown
cam 00000000004A7128 Unknown Unknown Unknown
cam 000000000044C525 Unknown Unknown Unknown
cam 0000000000517F71 Unknown Unknown Unknown
cam 000000000053FCCC Unknown Unknown Unknown
cam 0000000000409D2C Unknown Unknown Unknown
libc.so.6 0000003D3541D994 Unknown Unknown Unknown
cam 0000000000409C39 Unknown Unknown Unknown
The model dies as soon as it exits ccsm_init(), which indicates it is some kind of memory issue (i.e, it prints a debug message put at the end ccsm_init() but does not print the same debug message put just after the place where ccsm_init() is called), but I'm all out of tricks to try out. The same error cropped up on the cluster as well as an aside, the build_namelist script omits to mention that I need certain aerosol files for the radiation code. It crashed when it could not find these files, had to manually identify which they were and download them to their proper locations.
Any pointers/help would be greatly appreciated! TIA,Joy