Does anyone know of a utility or script for viewing core files after a crash? I know the basic syntax is gdb program core, but I'm not even sure where the executable is for cesm.
I believe you'll still want to use gdb or a similar debugger to analyze core files. The CESM executable can be found by running the following command in your case directory:
Code:
./xmlquery run_exe
Of course if for any reason you are still unable to open or analyze the core files even with the executable please let us know.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.