SST 12.1.0
Structural Simulation Toolkit
|
Public Member Functions | |
RankSyncSerialSkip (RankInfo num_ranks, TimeConverter *minPartTC) | |
Create a new Sync object which fires with a specified period. | |
ActivityQueue * | registerLink (const RankInfo &to_rank, const RankInfo &from_rank, const std::string &name, Link *link) override |
Register a Link which this Sync Object is responsible for. More... | |
void | execute (int thread) override |
void | exchangeLinkUntimedData (int thread, std::atomic< int > &msg_count) override |
Cause an exchange of Untimed Data to occur. More... | |
void | finalizeLinkConfigurations () override |
Finish link configuration. More... | |
void | prepareForComplete () override |
Prepare for the complete() stage. More... | |
SimTime_t | getNextSyncTime () override |
uint64_t | getDataSize () const override |
Public Member Functions inherited from SST::RankSync | |
RankSync (RankInfo num_ranks) | |
virtual ActivityQueue * | registerLink (const RankInfo &to_rank, const RankInfo &from_rank, const std::string &name, Link *link)=0 |
Register a Link which this Sync Object is responsible for. More... | |
void | exchangeLinkInfo (uint32_t my_rank) |
virtual void | execute (int thread)=0 |
virtual void | exchangeLinkUntimedData (int thread, std::atomic< int > &msg_count)=0 |
virtual void | finalizeLinkConfigurations ()=0 |
virtual void | prepareForComplete ()=0 |
virtual SimTime_t | getNextSyncTime () |
TimeConverter * | getMaxPeriod () |
virtual uint64_t | getDataSize () const =0 |
Additional Inherited Members | |
Protected Member Functions inherited from SST::RankSync | |
void | finalizeConfiguration (Link *link) |
void | prepareForCompleteInt (Link *link) |
void | sendUntimedData_sync (Link *link, Event *data) |
void | setLinkDeliveryInfo (Link *link, uintptr_t info) |
Link * | getDeliveryLink (Event *ev) |
Protected Attributes inherited from SST::RankSync | |
SimTime_t | nextSyncTime |
TimeConverter * | max_period |
const RankInfo | num_ranks |
std::vector< std::map< std::string, uintptr_t > > | link_maps |
|
overridevirtual |
Cause an exchange of Untimed Data to occur.
Implements SST::RankSync.
|
overridevirtual |
Implements SST::RankSync.
|
overridevirtual |
Finish link configuration.
Implements SST::RankSync.
|
overridevirtual |
Implements SST::RankSync.
|
inlineoverridevirtual |
Reimplemented from SST::RankSync.
|
overridevirtual |
Prepare for the complete() stage.
Implements SST::RankSync.
|
overridevirtual |
Register a Link which this Sync Object is responsible for.
Implements SST::RankSync.