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/distribution/grid_client_server_remote_connector.hpp

    r2267 r2304  
    1313 
    1414      CGridClientServerRemoteConnector(vector<shared_ptr<CLocalView>>& srcView, vector<shared_ptr<CLocalView>>& worflowSrcView, vector<shared_ptr<CDistributedView>>& dstView, MPI_Comm localComm, int remoteSize) ; 
    15       void computeConnector(void) ; 
     15      void computeConnector(bool eliminateRedondant=true) ; 
    1616      vector<shared_ptr<CLocalView>> srcWorkflowView_ ;    
    1717  } ; 
Note: See TracChangeset for help on using the changeset viewer.