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 |
AMREX_EXPORT bool amrex::system::abort_on_unused_inputs = false |
AMREX_EXPORT bool amrex::system::call_addr2line |
|
constexpr |
AMREX_EXPORT ErrorHandler amrex::system::error_handler = nullptr |
AMREX_EXPORT std::string amrex::system::exename |
AMREX_EXPORT bool amrex::system::handle_sigabrt |
AMREX_EXPORT bool amrex::system::handle_sigfpe |
bool amrex::system::handle_sigill |
AMREX_EXPORT bool amrex::system::handle_sigint |
AMREX_EXPORT bool amrex::system::handle_sigsegv |
AMREX_EXPORT bool amrex::system::handle_sigterm |
AMREX_EXPORT bool amrex::system::init_snan = false |
|
constexpr |
AMREX_EXPORT std::ostream * amrex::system::oserr = &std::cerr |
AMREX_EXPORT std::ostream * amrex::system::osout = &std::cout |
AMREX_EXPORT bool amrex::system::regtest_reduction |
AMREX_EXPORT bool amrex::system::signal_handling |
AMREX_EXPORT bool amrex::system::throw_exception |
AMREX_EXPORT int amrex::system::verbose = 1 |