Serac  0.1
Serac is an implicit thermal strucural 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 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

 serac
 Accelerator functionality.
 

Functions

std::string serac::about ()
 Returns a string about the configuration of Serac. More...
 
std::string serac::gitSHA ()
 Returns a string for the Git SHA when the driver was built. More...
 
void serac::printRunInfo ()
 Outputs basic run information to the screen. More...
 
std::string serac::version (bool add_SHA=true)
 Returns a string for the version of Serac. More...
 

Detailed Description

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

Definition in file about.hpp.