-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add robust signal captures to QUDA #1449
Comments
https://github.com/paboyle/Grid/blob/develop/Grid/util/Init.cc Has some of the sort of gunk you need for trapping SIGFPE, enabling FPE exceptions, SEGV, SIGBUS backtrace printed and on x86 a register dump. It compiles everywhere (MacOS and Linux at least) https://petsc.org/release/src/sys/error/signal.c.html
|
Oops signed in on wrong account.... @paboyle |
Thanks @paboyle, I appreciate the references! |
We already support https://github.com/bombela/backward-cpp, Line 252 in 9963aec
Also @paboyle please don't suggest any Grid samples as this is GPL. |
Per a suggestion from @paboyle , we should add support for proper signal capturing in QUDA. (BSD references are welcome :) )
The text was updated successfully, but these errors were encountered: