SST 16.0.0
Structural Simulation Toolkit
SST::Core::SSTCPTModelDefinition Class Reference
Inheritance diagram for SST::Core::SSTCPTModelDefinition:
SST::SSTModelDescription

Public Member Functions

ConfigGraphcreateConfigGraph () override
 Create the ConfigGraph.
Public Member Functions inherited from SST::SSTModelDescription
 SSTModelDescription (Config *cfg)

Protected Attributes

std::string manifest_
Outputoutput_ = nullptr
Configconfig_ = nullptr
ConfigGraphgraph_ = nullptr
double start_time_ = 0.0
std::string version_ = ""
std::string arch_ = ""
std::string os_ = ""

Additional Inherited Members

Static Public Member Functions inherited from SST::SSTModelDescription
static SST_ELI_DECLARE_INFO_EXTERN(ELI::ProvidesSimpleInfo< 0, bool >, ELI::ProvidesSimpleInfo< 1, std::vector< std::string > >) static bool isElementParallelCapable(const std const std::vector< std::string > & getElementSupportedExtensions (const std::string &type)
Protected Member Functions inherited from SST::SSTModelDescription
bool setOptionFromModel (const std::string &entryName, const std::string &value)
 Set a configuration string to update configuration values.
void setModelOptions (const std::string &options)
 Sets the model options field of the Config object.
void insertGlobalParameter (const std::string &set, const Params::key_type &key, const Params::key_type &value, bool overwrite=true)
 Allows ModelDefinition to set global parameters.

Member Function Documentation

◆ createConfigGraph()

ConfigGraph * SST::Core::SSTCPTModelDefinition::createConfigGraph ( )
overridevirtual

Create the ConfigGraph.

This function should be overridden by subclasses.

This function is responsible for reading any configuration files and generating a ConfigGraph object.

Implements SST::SSTModelDescription.

References createConfigGraph(), and SST::SSTModelDescription::setOptionFromModel().

Referenced by createConfigGraph().


The documentation for this class was generated from the following files:
  • src/sst/core/model/restart/sstcptmodel.h
  • src/sst/core/model/restart/sstcptmodel.cc