Skip to content
Snippets Groups Projects
Commit a73752d3 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Removed PrintStackBacktrace from the assert macros

Printing backtrace directly from the program is not very useful, because
it does not include line numbers, so we still had to use the debugger.
Furthermore, the backtrace tends to be very long, especially when
multiple MPI processes crash, which obfuscates the real error messages.
parent c39ce1ce
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment