Ignore:
Timestamp:
03/07/22 16:41:48 (2 years ago)
Author:
ymipsl
Message:

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

File:
1 edited

Legend:

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

    r2282 r2304  
    309309       public: 
    310310         void computeRemoteElement(CContextClient* client, EDistributionType) ; 
    311          void distributeToServer(CContextClient* client, std::map<int, CArray<size_t,1>>& globalIndex, shared_ptr<CScattererConnector> &scattererConnector, 
    312                                  const string& domainId="") ; 
     311         void distributeToServer(CContextClient* client, std::map<int, CArray<size_t,1>>& globalIndexOut, std::map<int, CArray<size_t,1>>& globalIndexIn,  
     312                                 shared_ptr<CScattererConnector> &scattererConnector, const string& domainId="") ; 
    313313 
    314314         static void recvDomainDistribution(CEventServer& event) ; 
     
    340340 
    341341       private: 
    342          shared_ptr<CScattererConnector>  serverToClientConnector_ = nullptr ; 
     342         shared_ptr<CScattererConnector> serverToClientConnector_ = nullptr ; 
     343         shared_ptr<CDistributedElement> elementTo_ ; 
    343344       public:  
    344345         shared_ptr<CScattererConnector> getServerToClientConnector(void) { return serverToClientConnector_ ;}  
Note: See TracChangeset for help on using the changeset viewer.