|
Tpetra parallel linear algebra
Version of the Day
|
Go to the documentation of this file. 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[]);
142 #endif // TPETRA_DETAILS_BEHAVIOR_HPP
static void disable_verbose_behavior()
Disable verbose mode, programatically.
static bool assumeMpiIsCudaAware()
Whether to assume that MPI is CUDA aware.
Implementation details of Tpetra.
static bool debug()
Whether Tpetra is in debug mode.
Description of Tpetra's behavior.
static bool verbose()
Whether Tpetra is in verbose mode.
Namespace Tpetra contains the class and methods constituting the Tpetra library.
static void enable_verbose_behavior()
Enable verbose mode, programatically.
static size_t verbosePrintCountThreshold()
Threshold, below which arrays, lists, etc. will be printed in debug mode.
static int TAFC_OptimizationCoreCount()
The core count above which Tpetra::CrsMatrix::transferAndFillComplete will attempt to do advanced nei...