<div dir="ltr">Yes, I'm not sure why I didn't think to try gdb. Thanks for the reminder.<br><br>Doing this showed that the failure was in the blas library - the dynamic linker had found a libblas.so that was not part of atlas. When I changed the arch file to point the linker towards the static library from atlas, the QS tests all run without a hitch.<br><br>Sorry for taking your time with such a trivial question.<br><br>David<br><br><br><br>On Tuesday, 13 May 2014 10:11:40 UTC+2, IBethune  wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div style="word-wrap:break-word">You can also check where the crash occurs by opening the core file using the gdb debugger e.g.<div><br></div><div>gdb “path_to_exe” “path_to_core”</div><div><br></div><div>Then typing ‘bt’ to get a backtrace.  This might give some indication of which library and/or part of CP2K the crash originated from.</div><div><br></div><div>Cheers</div><div><br></div><div>- Iain</div><div><br></div></div></blockquote></div>