SST  12.0.0
StructuralSimulationToolkit
SST::RankSync Class Referenceabstract
Inheritance diagram for SST::RankSync:
SST::EmptyRankSync SST::RankSyncParallelSkip SST::RankSyncSerialSkip

Public Member Functions

 RankSync (RankInfo num_ranks)
 
virtual ActivityQueueregisterLink (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.
 
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 ()
 
TimeConvertergetMaxPeriod ()
 
virtual uint64_t getDataSize () const =0
 

Protected Member Functions

void finalizeConfiguration (Link *link)
 
void prepareForCompleteInt (Link *link)
 
void sendUntimedData_sync (Link *link, Event *data)
 
void setLinkDeliveryInfo (Link *link, uintptr_t info)
 
LinkgetDeliveryLink (Event *ev)
 

Protected Attributes

SimTime_t nextSyncTime
 
TimeConvertermax_period
 
const RankInfo num_ranks
 
std::vector< std::map
< std::string, uintptr_t > > 
link_maps
 

The documentation for this class was generated from the following files: