Ignore:
Timestamp:
11/16/21 17:37:42 (2 years ago)
Author:
ymipsl
Message:

One sided protocol improvment.
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/context_client.hpp

    r2246 r2258  
    120120      std::list<int> ranksServerNotLeader; 
    121121 
    122       std::vector<std::vector<MPI_Win> >windows ; //! one sided mpi windows to expose client buffers to servers == windows[nbServers][2] 
     122      std::vector<MPI_Comm> winComm_ ; //! Window communicators 
     123      std::vector<std::vector<MPI_Win> >windows_ ; //! one sided mpi windows to expose client buffers to servers == windows[nbServers][2] 
    123124      bool isAttached_ ; 
    124125      CContextServer* associatedServer_ ; //!< The server associated to the pair client/server 
Note: See TracChangeset for help on using the changeset viewer.