16 #ifndef SST_CORE_CORETEST_SERIALIZATION_H
17 #define SST_CORE_CORETEST_SERIALIZATION_H
19 #include "sst/core/component.h"
20 #include "sst/core/rng/rng.h"
23 namespace CoreTestSerialization {
29 SST_ELI_REGISTER_COMPONENT(
32 "coreTestSerialization",
33 SST_ELI_ELEMENT_VERSION(1,0,0),
34 "Serialization Check Component",
35 COMPONENT_CATEGORY_UNCATEGORIZED
38 SST_ELI_DOCUMENT_PARAMS(
42 SST_ELI_DOCUMENT_STATISTICS(
46 SST_ELI_DOCUMENT_PORTS(
50 SST_ELI_DOCUMENT_SUBCOMPONENT_SLOTS(
63 #endif // SST_CORE_CORETEST_SERIALIZATION_H
Implements the base class for random number generators for the SST core.
Definition: rng.h:27
Main component object for the simulation.
Definition: component.h:30
Definition: coreTest_Serialization.h:25
Parameter store.
Definition: params.h:55