Changeset 2580 for XIOS3/trunk/src/node


Ignore:
Timestamp:
09/26/23 17:24:35 (10 months ago)
Author:
ymipsl
Message:

Tracking unfree MPI windows and communicators.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/node/context.cpp

    r2564 r2580  
    599599      intraCommClient=intraComm_ ; 
    600600      MPI_Comm_dup(intraComm_, &intraCommServer) ; 
     601      CXios::getMpiGarbageCollector().registerCommunicator(intraCommServer) ; 
    601602 
    602603      CContextClient* client = CContextClient::getNew(this, intraCommClient, interCommClient) ; 
Note: See TracChangeset for help on using the changeset viewer.