brose@albany_edu
New Member
I am porting CESM 1.2.0 to a new Linux cluster at U.Albany.I have successfuly compiled and ran complete test cases with -compset X and -compset S.My problem is that for every other case that I have tried (including -compsets B, E and F at various resolutions), I get a successful build, but the model fails at runtime.Here is the last few lines of an example cesm.log file from one of my failed runs (in this case -compset B, but I get the same errors for any other compset I've tried): Opened existing file b40.1850.track1.1deg.006.cam.i.0863-01-01-00000.nc 65536 Opened existing file /data/rose_scr/cesm_inputdata/atm/cam/topo/USGS-gtopo30_0.9x1.25_remap_c051027. nc 131072--------------------------------------------------------------------------mpirun noticed that process rank 84 with PID 59514 on node snow-04 exited on signal 11 (Segmentation fault).--------------------------------------------------------------------------3 total processes killed (some possibly by mpirun during cleanup) The crash does NOT always occur on the same node. It DOES always seems to occur after reading the topography input file, as above. I have checked the input file (which I obtained from svn repository at NCAR) and it seems fine (e.g. I can open and view it with ncview).I am using the latest version 14 of the intel compilers, and netcdf libraries that were build with the same compilers.Any sugggestions?Thanks,Brian