mdfowler@uci_edu
New Member
Hello all, I've been attempting to get CESM1.2.2 up and running on Stampede's KNL system, Stampede2, but we've run into a few issues. This seems to be architecture (or potentially compiler type and version) specific, as this model works on the NERSC Cori KNL system but not on Stampede. Unfortunately, we are not able to back-migrate compilers or try other versions as they are not available on this system. We are running at a resolution of two degrees in the B_1850-2000_CN compset. The main error message being produced now is the following, which seems to stem from the ice_transport_remap.F90 file: forrtl: severe (154): array index out of boundsImage PC Routine Line Sourcecesm.exe 0000000001D7BFC9 Unknown Unknown Unknownlibpthread-2.17.s 00002AFFE1144370 Unknown Unknown Unknowncesm.exe 0000000000E3815B ice_transport_rem 678 ice_transport_remap.F90cesm.exe 0000000000E205E8 ice_transport_dri 549 ice_transport_driver.F90cesm.exe 0000000000DF90D6 ice_step_mod_mp_s 679 ice_step_mod.F90cesm.exe 0000000000C987E3 ice_comp_mct_mp_i 631 ice_comp_mct.F90cesm.exe 0000000000417E59 ccsm_comp_mod_mp_ 3248 ccsm_comp_mod.F90cesm.exe 0000000000439142 MAIN__ 91 ccsm_driver.F90cesm.exe 000000000041467E Unknown Unknown Unknownlibc-2.17.so 00002AFFE1674B35 __libc_start_main Unknown Unknowncesm.exe 0000000000414569 Unknown Unknown UnknownThis message was produced after almost 1.5 years during a long simulation, but was again produced after just 15 days when we re-submitted the same run script. It seems that there's a root problem that we're unaware of, but that is leading to unpredictable failures. We are using the Intel compiler (version 17.0.4), with the following flags supplied to the model in the config_compilers.xml: -DFORTRANUNDERSCORE -DNO_R16 -DCRMACCEL -DSTRATOKILLER -openmp -openmp -openmp -free -fixed -132 -g -CU -check pointers -fpe0 -ftz -O2 -no-opt-dynamic-align -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -assume realloc_lhs -O2 -fp-model precise -O0 -r8 ifort icc icpc mpif90 mpicc mpicxx FORTRAN -cxxlib TRUE Any insight would be much appreciated. Best,Meg Fowler