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/coupler_manager.cpp

    r2517 r2580  
    1919    MPI_Comm_rank(xiosComm_, &commRank) ; 
    2020     
    21     winRegistredCoupling_ = new CWindowManager(xiosComm_, maxBufferSize_) ; 
    22     winNextCoupling_ = new CWindowManager(xiosComm_, maxBufferSize_) ; 
     21    winRegistredCoupling_ = new CWindowManager(xiosComm_, maxBufferSize_,"CCouplerManager::winRegistredCoupling_") ; 
     22    winNextCoupling_ = new CWindowManager(xiosComm_, maxBufferSize_,"CCouplerManager::winNextCoupling_") ; 
    2323    if (commRank==managerGlobalLeader_) 
    2424    { 
Note: See TracChangeset for help on using the changeset viewer.