13 #ifndef SST_CORE_JSON_CONFIG_OUTPUT_H 14 #define SST_CORE_JSON_CONFIG_OUTPUT_H 16 #include "sst/core/configGraph.h" 17 #include "sst/core/configGraphOutput.h" 18 #include "sst/core/util/filesystem.h" 33 std::map<SST::StatisticId_t, std::string> sharedStatMap;
37 void outputProgramOptions(
const Config* cfg, std::ofstream& ofs);
38 void outputSharedParams(std::ofstream& ofs);
39 void outputStatisticsOptions(
ConfigGraph* graph, std::ofstream& ofs);
40 void outputStatisticsGroups(
ConfigGraph* graph, std::ofstream& ofs);
42 void outputLinks(
ConfigGraph* graph, std::ofstream& ofs);
47 #endif // SST_CORE_JSON_CONFIG_OUTPUT_H Definition: jsonConfigOutput.h:25
Outputs configuration data to a specified file path.
Definition: configGraphOutput.h:61
Class to contain SST Simulation Configuration variables.
Definition: config.h:51
A Configuration Graph A graph representing Components and Links.
Definition: configGraph.h:585
virtual void generate(const Config *cfg, ConfigGraph *graph) override
Definition: jsonConfigOutput.cc:445