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/manager/contexts_manager.cpp

    r2517 r2580  
    2626 
    2727    MPI_Comm_rank(xiosComm_, &commRank) ; 
    28     winNotify_ = new CWindowManager(xiosComm_, maxBufferSize_) ; 
     28    winNotify_ = new CWindowManager(xiosComm_, maxBufferSize_,"CContextsManager::winNotify_") ; 
    2929    winNotify_->updateToExclusiveWindow(commRank, this, &CContextsManager::notificationsDumpOut) ; 
    3030    
    3131 
    32     winContexts_ = new CWindowManager(xiosComm_, maxBufferSize_) ; 
     32    winContexts_ = new CWindowManager(xiosComm_, maxBufferSize_,"CContextsManager::winContexts_") ; 
    3333    winContexts_->updateToExclusiveWindow(commRank, this, &CContextsManager::contextsDumpOut) ; 
    3434   
Note: See TracChangeset for help on using the changeset viewer.