MADNESS
0.10.1
|
Runtime details on the configuration and version of MADNESS. More...
Functions | |
const char * | build_date () |
return the build date More... | |
const char * | build_time () |
return the build time More... | |
const char * | git_commit () |
Get the git commit number for this version. More... | |
const char * | git_source_description () |
Get the git source tree human-readable description (see git describe --dirty ) More... | |
std::string | print_revision_information () |
const char * | version () |
Get the MADNESS version number. More... | |
Runtime details on the configuration and version of MADNESS.
const char * madness::info::build_date | ( | ) |
return the build date
Referenced by main(), and print_revision_information().
const char * madness::info::build_time | ( | ) |
return the build time
Referenced by main(), and print_revision_information().
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
)
Referenced by main(), and print_revision_information().
std::string madness::info::print_revision_information | ( | ) |
References build_date(), build_time(), and git_source_description().
Referenced by main().
const char * madness::info::version | ( | ) |
Get the MADNESS version number.
Referenced by madness::SCF::load_mos(), madness::InitParameters::read(), madness::MolecularOrbitals< T, NDIM >::read_restartdata(), madness::SCF::save_mos(), and madness::MolecularOrbitals< T, NDIM >::save_restartdata().