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

    r2326 r2397  
    172172 
    173173      public: 
    174          void sendGridToFileServer(CContextClient* client) ; 
     174         void sendGridToFileServer(CContextClient* client, bool inOut) ; 
    175175      private: 
    176176         std::set<CContextClient*> sendGridToFileServer_done_ ; 
     
    351351 
    352352      public: //?  
    353         void distributeGridToServer(CContextClient* client, const string& fieldId=""); 
     353        void distributeGridToServer(CContextClient* client, bool inOut, const string& fieldId=""); 
    354354       
    355355             
Note: See TracChangeset for help on using the changeset viewer.