12 #ifndef SST_CORE_CORETEST_SERIALIZATION_H 13 #define SST_CORE_CORETEST_SERIALIZATION_H 15 #include "sst/core/component.h" 16 #include "sst/core/rng/rng.h" 27 SST_ELI_REGISTER_COMPONENT(
30 "coreTestSerialization",
31 SST_ELI_ELEMENT_VERSION(1,0,0),
32 "Serialization Check Component",
33 COMPONENT_CATEGORY_UNCATEGORIZED
36 SST_ELI_DOCUMENT_PARAMS(
37 {
"test",
"Type of serialization test to perform", NULL}
41 SST_ELI_DOCUMENT_STATISTICS(
45 SST_ELI_DOCUMENT_PORTS(
49 SST_ELI_DOCUMENT_SUBCOMPONENT_SLOTS(
56 std::unique_ptr<SST::RNG::Random> rng;
61 #endif // SST_CORE_CORETEST_SERIALIZATION_H Main component object for the simulation.
Definition: component.h:30
Definition: coreTest_Serialization.h:23
Parameter store.
Definition: params.h:63
Definition: coreTest_Output.cc:20