source: XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_client_server_remote_connector.hpp @ 2304

Last change on this file since 2304 was 2304, checked in by ymipsl, 2 years ago

Fix problem in remote connector for read variable : supress redondance optimisation on remote connector in read case.
YM

  • Property svn:executable set to *
File size: 619 bytes
Line 
1#ifndef __GRID_CLIENT_SERVER_REMOTE_CONNECTOR_HPP__
2#define __GRID_CLIENT_SERVER_REMOTE_CONNECTOR_HPP__
3
4#include "grid_remote_connector.hpp"
5
6namespace xios
7{
8 
9  class CGridClientServerRemoteConnector : public CGridRemoteConnector
10  {
11
12    public:
13
14      CGridClientServerRemoteConnector(vector<shared_ptr<CLocalView>>& srcView, vector<shared_ptr<CLocalView>>& worflowSrcView, vector<shared_ptr<CDistributedView>>& dstView, MPI_Comm localComm, int remoteSize) ;
15      void computeConnector(bool eliminateRedondant=true) ;
16      vector<shared_ptr<CLocalView>> srcWorkflowView_ ;   
17  } ;
18
19}
20
21#endif
Note: See TracBrowser for help on using the repository browser.