Ignore:
Timestamp:
09/18/23 11:12:40 (10 months ago)
Author:
jderouillat
Message:

Memory cleaning of the EventScheduler? hierarchy triggered by the PoolRessource? cleaning through freeRessourceEventScheduler_. Cleaning of MPI_Window associated to services operated through the MpiGarbageCollector?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/event_scheduler.hpp

    r2569 r2570  
    6161       void setChildScheduler(shared_ptr<CEventScheduler> childScheduler) { childScheduler_ = childScheduler ;} 
    6262       void splitScheduler(const MPI_Comm& splittedComm, shared_ptr<CEventScheduler>& parent, shared_ptr<CEventScheduler>& child) ; 
     63       void cleanSplitSchedulers(); 
    6364 
    6465       //! Public interface to give the hand to the instance to check pending or incoming message. 
     
    7172       private: 
    7273         void initialize(const MPI_Comm& comm) ; 
    73          void cleanSplitSchedulers(); 
    7474        
    7575       //! Send an event to the parent of level `lev+1` 
Note: See TracChangeset for help on using the changeset viewer.