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

Tracking unfree MPI windows and communicators.

YM

File:
1 edited

Legend:

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

    r2547 r2580  
    125125     static CPoolRessource*     getPoolRessource(void) ; 
    126126      
    127      static MPI_Comm getGlobalComm(void) { return globalComm ;} 
    128      static MPI_Comm getXiosComm(void) { return xiosComm ;} 
     127     static MPI_Comm& getGlobalComm(void) { return globalComm ;} 
     128     static MPI_Comm& getXiosComm(void) { return xiosComm ;} 
    129129     static void setXiosComm(MPI_Comm comm) { xiosComm=comm ;} 
    130130     static CRegistry* getGlobalRegistry(void) { return globalRegistry ;} 
Note: See TracChangeset for help on using the changeset viewer.