|
Serac
0.1
Serac is an implicit thermal strucural mechanics simulation code.
|
This file contains the interface used for retrieving information about how the driver is configured. More...
#include <string>#include <utility>#include "mpi.h"

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... | |
| std::string | serac::compiler () |
| Returns a string for the current compiler name and version. More... | |
| std::pair< int, int > | serac::getMPIInfo (MPI_Comm comm=MPI_COMM_WORLD) |
| Get MPI Info. More... | |
This file contains the interface used for retrieving information about how the driver is configured.
Definition in file about.hpp.