Ignore:
Timestamp:
09/30/21 14:25:40 (3 years ago)
Author:
jderouillat
Message:

Clean Context and it members before MPI_Finalize (to avoid some MPI call after MPI_Finalize, such as MPI_Free_mem in ServerBuffer? destructor)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/object_template.hpp

    r2203 r2241  
    6969         static std::vector<std::shared_ptr<DerivedType> > & 
    7070            GetAllVectobject(const StdString & contextId); 
     71         static std::vector<std::shared_ptr<DerivedType> > * 
     72            GetAllVectobjectPtr(const StdString & contextId); 
     73 
     74         static xios_map<StdString, xios_map<StdString, std::shared_ptr<DerivedType> > >* 
     75            GetAllMapobject(); 
     76 
    7177 
    7278         /// Destructeur /// 
Note: See TracChangeset for help on using the changeset viewer.