19 #include <boost/property_tree/ptree.hpp> 42 std::string platform =
"cpu";
Holds general parameters based on a boost::property tree.
Definition: Parameters.hpp:24
std::string getPlatform() const
Definition: StatisticsParameters.cpp:47
void setNumberOfSamples(size_t samples)
Definition: StatisticsParameters.cpp:27
size_t getNumberOfSamples() const
Definition: StatisticsParameters.cpp:31
alsfvm::shared_ptr< Configuration > ConfigurationPtr
Definition: Configuration.hpp:53
Definition: StatisticsParameters.hpp:24
void setMpiConfiguration(mpi::ConfigurationPtr value)
Definition: StatisticsParameters.cpp:39
StatisticsParameters(const boost::property_tree::ptree &configuration)
Definition: StatisticsParameters.cpp:21
mpi::ConfigurationPtr getMpiConfiguration() const
Definition: StatisticsParameters.cpp:35
void setPlatform(const std::string &platform)
Definition: StatisticsParameters.cpp:43