MADNESS 0.10.1
Namespaces | Functions

Defines functions that give information on this version of MADNESS. More...

#include <string>
Include dependency graph for info.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  madness
 Namespace for all elements and tools of MADNESS.
 
namespace  madness::info
 Runtime details on the configuration and version of MADNESS.
 

Functions

const char * madness::info::build_date ()
 return the build date
 
const char * madness::info::build_time ()
 return the build time
 
const char * madness::info::git_commit ()
 Get the git commit number for this version.
 
const char * madness::info::git_source_description ()
 Get the git source tree human-readable description (see git describe --dirty)
 
std::string madness::info::print_revision_information ()
 
const char * madness::info::version ()
 Get the MADNESS version number.
 

Detailed Description

Defines functions that give information on this version of MADNESS.