SST 12.1.0
Structural Simulation Toolkit
SST::RankSyncParallelSkip Class Reference
Inheritance diagram for SST::RankSyncParallelSkip:
SST::RankSync

Public Member Functions

 RankSyncParallelSkip (RankInfo num_ranks, TimeConverter *minPartTC)
 Create a new Sync object which fires with a specified period.
 
ActivityQueueregisterLink (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 complete() stage. More...
 
SimTime_t getNextSyncTime () override
 
uint64_t getDataSize () const override
 
- Public Member Functions inherited from SST::RankSync
 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. 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 ()
 
TimeConvertergetMaxPeriod ()
 
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)
 
LinkgetDeliveryLink (Event *ev)
 
- Protected Attributes inherited from SST::RankSync
SimTime_t nextSyncTime
 
TimeConvertermax_period
 
const RankInfo num_ranks
 
std::vector< std::map< std::string, uintptr_t > > link_maps
 

Member Function Documentation

◆ exchangeLinkUntimedData()

void SST::RankSyncParallelSkip::exchangeLinkUntimedData ( int  thread,
std::atomic< int > &  msg_count 
)
overridevirtual

Cause an exchange of Untimed Data to occur.

Implements SST::RankSync.

◆ execute()

void SST::RankSyncParallelSkip::execute ( int  thread)
overridevirtual

Implements SST::RankSync.

◆ finalizeLinkConfigurations()

void SST::RankSyncParallelSkip::finalizeLinkConfigurations ( )
overridevirtual

Finish link configuration.

Implements SST::RankSync.

◆ getDataSize()

uint64_t SST::RankSyncParallelSkip::getDataSize ( ) const
overridevirtual

Implements SST::RankSync.

◆ getNextSyncTime()

SimTime_t SST::RankSyncParallelSkip::getNextSyncTime ( )
inlineoverridevirtual

Reimplemented from SST::RankSync.

◆ prepareForComplete()

void SST::RankSyncParallelSkip::prepareForComplete ( )
overridevirtual

Prepare for complete() stage.

Implements SST::RankSync.

◆ registerLink()

ActivityQueue * SST::RankSyncParallelSkip::registerLink ( const RankInfo to_rank,
const RankInfo from_rank,
const std::string &  name,
Link link 
)
overridevirtual

Register a Link which this Sync Object is responsible for.

Implements SST::RankSync.


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