Smith  0.1
Smith is an implicit thermal structural mechanics simulation code.
Namespaces | Functions
about.hpp File Reference

This file contains the interface used for retrieving information about how the driver is configured. More...

#include <string>
#include <utility>
#include "mpi.h"
Include dependency graph for about.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 smith
 Accelerator functionality.
 

Functions

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

Detailed Description

This file contains the interface used for retrieving information about how the driver is configured.

Definition in file about.hpp.