#include <ModelApplication.hpp>
|
| ModelApplication (uint64_t loop_count, const std::vector< std::string > ®ion_name, const std::vector< double > &big_o, int verbosity, int rank) |
|
virtual | ~ModelApplication ()=default |
|
void | run (void) |
|
◆ ModelApplication()
geopm::ModelApplication::ModelApplication |
( |
uint64_t |
loop_count, |
|
|
const std::vector< std::string > & |
region_name, |
|
|
const std::vector< double > & |
big_o, |
|
|
int |
verbosity, |
|
|
int |
rank |
|
) |
| |
◆ ~ModelApplication()
virtual geopm::ModelApplication::~ModelApplication |
( |
| ) |
|
|
virtualdefault |
◆ run()
void geopm::ModelApplication::run |
( |
void |
| ) |
|
◆ m_rank
int geopm::ModelApplication::m_rank |
|
protected |
◆ m_region
std::vector<std::shared_ptr<ModelRegion> > geopm::ModelApplication::m_region |
|
protected |
◆ m_repeat
uint64_t geopm::ModelApplication::m_repeat |
|
protected |
The documentation for this class was generated from the following files: