SST 15.0
Structural Simulation Toolkit
|
Public Member Functions | |
DotConfigGraphOutput (const char *path) | |
virtual void | generate (const Config *cfg, ConfigGraph *graph) override |
![]() | |
ConfigGraphOutput (const char *path) | |
Protected Member Functions | |
void | generateDot (const ConfigComponent *comp, const ConfigLinkMap_t &linkMap, const uint32_t dot_verbosity) const |
void | generateDot (const ConfigComponent *comp, const ConfigLinkMap_t &linkMap, const uint32_t dot_verbosity, const ConfigComponent *parent) const |
void | generateDot (const ConfigLink *link, const uint32_t dot_verbosity) const |
![]() | |
std::vector< std::string > | getParamsLocalKeys (const Params ¶ms) const |
Get a vector of the local keys. | |
std::vector< std::string > | getSubscribedSharedParamSets (const Params ¶ms) const |
Get a vector of the shared param sets this Params object is subscribed to. | |
std::vector< std::string > | getSubscribedGlobalParamSets (const Params ¶ms) const |
Additional Inherited Members | |
![]() | |
static std::map< std::string, std::string > | getSharedParamSet (const std::string &name) |
Get a named shared parameter set. | |
static std::map< std::string, std::string > | getGlobalParamSet (const std::string &name) |
static std::vector< std::string > | getSharedParamSetNames () |
Get a vector of the names of available shared parameter sets. | |
static std::vector< std::string > | getGlobalParamSetNames () |
![]() | |
FILE * | outputFile |
|
overridevirtual |
cfg | Constant pointer to SST configuration |
graph | Constant pointer to SST configuration graph |
Implements SST::Core::ConfigGraphOutput.
References SST::Config::dot_verbosity(), SST::ConfigGraph::getComponentMap(), SST::ConfigGraph::getLinkMap(), SST::Config::num_ranks(), and SST::Config::num_threads().