1 #ifndef TPETRA_DETAILS_BEHAVIOR_HPP
2 #define TPETRA_DETAILS_BEHAVIOR_HPP
95 static bool debug (
const char name[]);
109 static bool verbose (
const char name[]);
Description of Tpetra's behavior.
static void enable_verbose_behavior()
Enable verbose mode, programatically.
static bool assumeMpiIsCudaAware()
Whether to assume that MPI is CUDA aware.
static bool debug()
Whether Tpetra is in debug mode.
static int TAFC_OptimizationCoreCount()
The core count above which Tpetra::CrsMatrix::transferAndFillComplete will attempt to do advanced nei...
static bool verbose()
Whether Tpetra is in verbose mode.
static size_t verbosePrintCountThreshold()
Threshold, below which arrays, lists, etc. will be printed in debug mode.
static void disable_verbose_behavior()
Disable verbose mode, programatically.
Implementation details of Tpetra.
Namespace Tpetra contains the class and methods constituting the Tpetra library.