Ignore:
Timestamp:
08/31/22 17:23:56 (22 months ago)
Author:
ymipsl
Message:
  • Optimize remote connector computation in case of read (reverse way).
  • don't compute anymore clientFromServerConnector (and all intermediate computation) for non reading case.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/node/scalar.hpp

    r2326 r2397  
    202202    public: 
    203203      void computeRemoteElement(CContextClient* client, EDistributionType) ; 
    204       void distributeToServer(CContextClient* client, std::map<int, CArray<size_t,1>>& globalIndexOut, std::map<int, CArray<size_t,1>>& globalIndexIn, 
     204      void distributeToServer(CContextClient* client, bool inOut, std::map<int, CArray<size_t,1>>& globalIndexOut, std::map<int, CArray<size_t,1>>& globalIndexIn, 
    205205                              shared_ptr<CScattererConnector> &scattererConnector, const string& scalarId="") ; 
    206206 
Note: See TracChangeset for help on using the changeset viewer.