| SST
    11.1.0
    StructuralSimulationToolkit | 
 
  
 | Public Member Functions | |
| RankSyncSerialSkip (TimeConverter *minPartTC) | |
| Create a new Sync object which fires with a specified period. | |
| ActivityQueue * | registerLink (const RankInfo &to_rank, const RankInfo &from_rank, LinkId_t link_id, 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 | |
| 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) | 
|  Protected Attributes inherited from SST::RankSync | |
| SimTime_t | nextSyncTime | 
| TimeConverter * | max_period |