|
SST
14.1.0
StructuralSimulationToolkit
|
Public Member Functions | |
| PythonConfigGraphOutput (const char *path) | |
| virtual void | generate (const Config *cfg, ConfigGraph *graph) override |
Public Member Functions inherited from SST::Core::ConfigGraphOutput | |
| ConfigGraphOutput (const char *path) | |
Protected Member Functions | |
| ConfigGraph * | getGraph () |
| void | generateParams (const Params ¶ms) |
| void | generateCommonComponent (const char *objName, const ConfigComponent *comp) |
| void | generateSubComponent (const char *owner, const ConfigComponent *comp) |
| void | generateComponent (const ConfigComponent *comp, bool output_parition_info) |
| void | generateStatGroup (const ConfigGraph *graph, const ConfigStatGroup &grp) |
| const std::string & | getLinkObject (LinkId_t id, const std::string &name, bool no_cut) |
| char * | makePythonSafeWithPrefix (const std::string &name, const std::string &prefix) const |
| void | makeBufferPythonSafe (char *buffer) const |
| char * | makeEscapeSafe (const std::string &input) const |
| bool | strncmp (const char *a, const char *b, const size_t n) const |
| bool | isMultiLine (const char *check) const |
| bool | isMultiLine (const std::string &check) const |
Protected Member Functions inherited from SST::Core::ConfigGraphOutput | |
| std::vector< std::string > | getParamsLocalKeys (const Params ¶ms) const |
| Get a vector of the local keys. More... | |
| std::vector< std::string > | getSubscribedGlobalParamSets (const Params ¶ms) const |
| Get a vector of the global param sets this Params object is subscribed to. More... | |
Additional Inherited Members | |
Static Protected Member Functions inherited from SST::Core::ConfigGraphOutput | |
| static std::map< std::string, std::string > | getGlobalParamSet (const std::string &name) |
| Get a named global parameter set. More... | |
| static std::vector< std::string > | getGlobalParamSetNames () |
| Get a vector of the names of available global parameter sets. More... | |
Protected Attributes inherited from SST::Core::ConfigGraphOutput | |
| FILE * | outputFile |
|
overridevirtual |
| cfg | Constant pointer to SST configuration |
| graph | Constant pointer to SST configuration graph |
Implements SST::Core::ConfigGraphOutput.
References SST::Config::checkpoint_sim_period(), SST::Config::checkpoint_wall_period(), SST::ConfigGraph::getComponentMap(), SST::Core::ConfigGraphOutput::getGlobalParamSet(), SST::Core::ConfigGraphOutput::getGlobalParamSetNames(), SST::Config::heartbeat_sim_period(), SST::Config::heartbeat_wall_period(), SST::Config::interthread_links(), SST::Config::output_core_prefix(), SST::Config::output_partition(), SST::Config::partitioner(), SST::Config::print_timing(), SST::Config::stop_at(), SST::Config::timeBase(), and SST::Config::timeVortex().