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/axis.hpp

    r2291 r2304  
    248248       public: 
    249249         void computeRemoteElement(CContextClient* client, EDistributionType) ; 
    250          void distributeToServer(CContextClient* client, std::map<int, CArray<size_t,1>>& globalIndex, shared_ptr<CScattererConnector>& scattererConnector, 
    251                                  const string& axisId="") ; 
     250         void distributeToServer(CContextClient* client, std::map<int, CArray<size_t,1>>& globalIndexOut, std::map<int, CArray<size_t,1>>& globalIndexIn,  
     251                                 shared_ptr<CScattererConnector>& scattererConnector, const string& axisId="") ; 
    252252 
    253253         static void recvAxisDistribution(CEventServer& event) ; 
     
    277277       private: 
    278278         shared_ptr<CScattererConnector> serverToClientConnector_ = nullptr ; 
     279         shared_ptr<CDistributedElement> elementTo_ ; 
    279280       public:  
    280281         shared_ptr<CScattererConnector> getServerToClientConnector(void) { return serverToClientConnector_ ;}  
Note: See TracChangeset for help on using the changeset viewer.