53 std::string
version(
bool add_SHA =
true);
74 std::pair<int, int>
getMPIInfo(MPI_Comm comm = MPI_COMM_WORLD);
Accelerator functionality.
std::string version(bool add_SHA)
Returns a string for the version of Smith.
std::string buildType()
Returns a string for the current CMake build type (e.g. Debug, Release)
std::pair< int, int > getMPIInfo(MPI_Comm comm)
Get MPI Info.
std::string compiler()
Returns a string for the current compiler name and version.
std::string about()
Returns a string about the configuration of Smith.
std::string gitSHA()
Returns a string for the Git SHA when the driver was built.
void printRunInfo()
Outputs basic run information to the screen.