Ignore:
Timestamp:
10/08/20 13:14:05 (4 years ago)
Author:
ymipsl
Message:

Xios coupling

  • fix problem when sending grid mask from client to server
  • remove methods about grid compression, which will be managed in other ways

=> miss some files in previous commit

YM

File:
1 edited

Legend:

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

    r1943 r1958  
    175175       public: 
    176176         void computeRemoteElement(CContextClient* client, EDistributionType) ; 
    177          void distributeToServer(CContextClient* client, std::map<int, CArray<size_t,1>>& globalIndex, const string& scalarId="") ; 
     177         void distributeToServer(CContextClient* client, std::map<int, CArray<size_t,1>>& globalIndex, CScattererConnector* &scattererConnector, 
     178                                 const string& scalarId="") ; 
     179 
    178180         static void recvScalarDistribution(CEventServer& event) ; 
    179181         void receivedScalarDistribution(CEventServer& event, int phasis) ; 
Note: See TracChangeset for help on using the changeset viewer.