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(
    35         { 
"test", 
"Type of serialization test to perform", NULL}
    39     SST_ELI_DOCUMENT_STATISTICS(
    43     SST_ELI_DOCUMENT_PORTS(
    47     SST_ELI_DOCUMENT_SUBCOMPONENT_SLOTS(
    60 #endif // SST_CORE_CORETEST_SERIALIZATION_H Implements the base class for random number generators for the SST core. 
Definition: rng.h:29
Main component object for the simulation. 
Definition: component.h:30
Definition: coreTest_Serialization.h:21
Parameter store. 
Definition: params.h:55