Variables | |
| std::string | exename |
| int | verbose = 1 |
| bool | signal_handling |
| bool | handle_sigsegv |
| bool | handle_sigterm |
| bool | handle_sigint |
| bool | handle_sigabrt |
| bool | handle_sigfpe |
| bool | handle_sigill |
| bool | call_addr2line |
| bool | throw_exception |
| bool | regtest_reduction |
| bool | abort_on_unused_inputs = false |
| std::ostream * | osout = &std::cout |
| std::ostream * | oserr = &std::cerr |
| ErrorHandler | error_handler = nullptr |
| bool | init_snan = false |
| constexpr bool | NDebug = true |
| constexpr bool | Debug = false |
| bool amrex::system::abort_on_unused_inputs = false |
| bool amrex::system::call_addr2line |
|
constexpr |
| ErrorHandler amrex::system::error_handler = nullptr |
| std::string amrex::system::exename |
| bool amrex::system::handle_sigabrt |
| bool amrex::system::handle_sigfpe |
| bool amrex::system::handle_sigill |
| bool amrex::system::handle_sigint |
| bool amrex::system::handle_sigsegv |
| bool amrex::system::handle_sigterm |
| bool amrex::system::init_snan = false |
|
constexpr |
| std::ostream * amrex::system::oserr = &std::cerr |
| std::ostream * amrex::system::osout = &std::cout |
| bool amrex::system::regtest_reduction |
| bool amrex::system::signal_handling |
| bool amrex::system::throw_exception |
| int amrex::system::verbose = 1 |