Ignore:
Timestamp:
01/25/23 16:59:46 (17 months ago)
Author:
ymipsl
Message:

Merge XIOS_FILE_SERVICE dev branch into trunk

YM

Location:
XIOS3/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk

  • XIOS3/trunk/src/buffer_client.hpp

    r2260 r2458  
    3434      void fixBuffer(void) { isGrowableBuffer_=false ;} 
    3535      void attachWindows(vector<MPI_Win>& windows) ; 
     36      bool isAttachedWindows(void) { return isAttachedWindows_ ;} 
    3637    private: 
    3738       void resizeBuffer(size_t newSize) ; 
     
    6970      const MPI_Comm interComm; 
    7071      std::vector<MPI_Win> windows_ ; 
    71       bool hasWindows ; 
    72  
     72      bool hasWindows=false ; 
     73      bool isAttachedWindows_=false ; 
    7374      double latency_=0 ; 
    7475      double lastCheckedWithNothing_=0 ; 
Note: See TracChangeset for help on using the changeset viewer.