1 #ifndef TPETRA_DETAILS_BEHAVIOR_HPP
2 #define TPETRA_DETAILS_BEHAVIOR_HPP
93 static bool debug (
const char name[]);
107 static bool verbose (
const char name[]);
137 #endif // TPETRA_DETAILS_BEHAVIOR_HPP
static int TAFC_OptimizationCoreCount()
The core count above which Tpetra::CrsMatrix::transferAndFillComplere will attempt to do advanced nei...
static void disable_verbose_behavior()
Disable verbose mode, programatically.
static bool debug()
Whether Tpetra is in debug mode.
static bool assumeMpiIsCudaAware()
Whether to assume that MPI is CUDA aware.
static bool verbose()
Whether Tpetra is in verbose mode.
static void enable_verbose_behavior()
Enable verbose mode, programatically.
Description of Tpetra's behavior.