-
- Downloads
There was an error fetching the commit references. Please try again later.
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.
Loading
Please register or sign in to comment