| 
    SST
    7.1.0
    
   StructuralSimulationToolkit 
   | 
 
  
 Public Member Functions | |
| RankSyncParallelSkip (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, LinkId_t link_id, Link *link) override | 
| Register a Link which this Sync Object is responsible for.  | |
| void | execute (int thread) override | 
| void | exchangeLinkInitData (int thread, std::atomic< int > &msg_count) override | 
| Cause an exchange of Initialization Data to occur.  | |
| void | finalizeLinkConfigurations () override | 
| Finish link configuration.  | |
| SimTime_t | getNextSyncTime () override | 
| uint64_t | getDataSize () const override | 
  Public Member Functions inherited from SST::NewRankSync | |
| TimeConverter * | getMaxPeriod () | 
Additional Inherited Members | |
  Protected Member Functions inherited from SST::NewRankSync | |
| void | finalizeConfiguration (Link *link) | 
| void | sendInitData_sync (Link *link, Event *init_data) | 
  Protected Attributes inherited from SST::NewRankSync | |
| SimTime_t | nextSyncTime | 
| TimeConverter * | max_period |