SIRIUS 7.5.0
Electronic structure library and applications
Namespaces | Functions
power.hpp File Reference

Read power counters on Cray. More...

Go to the source code of this file.

Namespaces

module  sirius
 Namespace of the SIRIUS library.
 

Functions

static double sirius::power::read_pm_file (const std::string &fname)
 
static double sirius::power::device_energy (void)
 
static double sirius::power::energy ()
 
static double sirius::power::device_power ()
 
static double sirius::power::power ()
 
static int sirius::power::num_nodes ()
 

Detailed Description

Read power counters on Cray.

Definition in file power.hpp.

Function Documentation

◆ read_pm_file()

static double sirius::power::read_pm_file ( const std::string &  fname)
static

Definition at line 12 of file power.hpp.

◆ device_energy()

static double sirius::power::device_energy ( void  )
static

Definition at line 22 of file power.hpp.

◆ energy()

static double sirius::power::energy ( )
static

Definition at line 27 of file power.hpp.

◆ device_power()

static double sirius::power::device_power ( )
static

Definition at line 32 of file power.hpp.

◆ power()

static double sirius::power::power ( )
static

Definition at line 37 of file power.hpp.

◆ num_nodes()

static int sirius::power::num_nodes ( )
static

Definition at line 42 of file power.hpp.