SST
12.0.0
StructuralSimulationToolkit
|
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. | |
void | execute (int thread) override |
void | exchangeLinkUntimedData (int thread, std::atomic< int > &msg_count) override |
Cause an exchange of Untimed Data to occur. | |
void | finalizeLinkConfigurations () override |
Finish link configuration. | |
void | prepareForComplete () override |
Prepare for the complete() stage. | |
SimTime_t | getNextSyncTime () override |
uint64_t | getDataSize () const override |
Public Member Functions inherited from SST::RankSync | |
RankSync (RankInfo num_ranks) | |
void | exchangeLinkInfo (uint32_t my_rank) |
TimeConverter * | getMaxPeriod () |
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 |