SST
6.0.0
StructuralSimulationToolkit
|
Public Member Functions | |
ThreadSyncSimpleSkip (int num_threads, int thread, Simulation *sim) | |
Create a new ThreadSync object. More... | |
void | setMaxPeriod (TimeConverter *period) |
void | before () |
void | after () |
void | execute (void) |
void | processLinkInitData () |
Cause an exchange of Initialization Data to occur. | |
void | finalizeLinkConfigurations () |
Finish link configuration. | |
void | registerLink (LinkId_t link_id, Link *link) |
Register a Link which this Sync Object is responsible for. | |
ActivityQueue * | getQueueForThread (int tid) |
uint64_t | getDataSize () const |
Public Member Functions inherited from SST::NewThreadSync | |
virtual SimTime_t | getNextSyncTime () |
void | setMaxPeriod (TimeConverter *period) |
TimeConverter * | getMaxPeriod () |
Additional Inherited Members | |
Protected Member Functions inherited from SST::NewThreadSync | |
void | finalizeConfiguration (Link *link) |
void | sendInitData_sync (Link *link, Event *init_data) |
Protected Attributes inherited from SST::NewThreadSync | |
SimTime_t | nextSyncTime |
TimeConverter * | max_period |
SST::ThreadSyncSimpleSkip::ThreadSyncSimpleSkip | ( | int | num_threads, |
int | thread, | ||
Simulation * | sim | ||
) |
Create a new ThreadSync object.
Create a new ThreadSyncSimpleSkip object.
References SST::Simulation::getNumRanks(), SST::Simulation::getRank(), and SST::Core::ThreadSafe::Barrier::resize().