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"
19 namespace CoreTestSerialization {
25 SST_ELI_REGISTER_COMPONENT(
28 "coreTestSerialization",
29 SST_ELI_ELEMENT_VERSION(1,0,0),
30 "Serialization Check Component",
31 COMPONENT_CATEGORY_UNCATEGORIZED
34 SST_ELI_DOCUMENT_PARAMS(
38 SST_ELI_DOCUMENT_STATISTICS(
42 SST_ELI_DOCUMENT_PORTS(
46 SST_ELI_DOCUMENT_SUBCOMPONENT_SLOTS(
Main component object for the simulation.
Definition: component.h:31
Definition: coreTest_Serialization.h:22
Parameter store.
Definition: params.h:56
Implements the base class for random number generators for the SST core.
Definition: rng.h:28