Ignore:
Timestamp:
10/11/21 14:41:56 (3 years ago)
Author:
ymipsl
Message:
  • Update of the tranfer protocol using one sided communication
  • Introduce MPI_Improb/MPI_mrecv to listen incomming request
  • Introducing latency when looping over managers

YM

File:
1 edited

Legend:

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

    r2130 r2246  
    9494      MPI_Comm intraComm; //!< Communicator of client group 
    9595 
    96       MPI_Comm commSelf; //!< Communicator of the client alone. Needed to create a new communicator between 1 proc client and 1 proc server for one sided communication 
    97  
    9896      map<int,CClientBuffer*> buffers; //!< Buffers for connection to servers 
    9997 
     
    126124      CContextServer* associatedServer_ ; //!< The server associated to the pair client/server 
    127125      bool isGrowableBuffer_ = true ; 
     126 
     127      double latency_=1e-2 ; 
    128128  }; 
    129129} 
Note: See TracChangeset for help on using the changeset viewer.