SST
11.1.0
StructuralSimulationToolkit
|
Public Member Functions | |
SST_ELI_REGISTER_MODEL_DESCRIPTION (SST::Core::SSTXmlModelDefinition,"sst","model.xml", SST_ELI_ELEMENT_VERSION(1, 0, 0),"XML model for building SST simulation graphs", false) SSTXmlModelDefinition(const std | |
ConfigGraph * | createConfigGraph () override |
Create the ConfigGraph. More... | |
Public Member Functions inherited from SST::SSTModelDescription | |
SST_ELI_DECLARE_INFO_EXTERN (ELI::ProvidesSimpleInfo< 0, bool >, ELI::ProvidesSimpleInfo< 1, std::vector< std::string >>) SSTModelDescription() | |
Additional Inherited Members | |
Static Public Member Functions inherited from SST::SSTModelDescription | |
static bool | isElementParallelCapable (const std::string &type) |
static const std::vector < std::string > & | getElementSupportedExtensions (const std::string &type) |
|
inlineoverridevirtual |
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.