Ignore:
Timestamp:
09/10/20 13:51:02 (4 years ago)
Author:
ymipsl
Message:

Big update on on going work related to data distribution and transfer between clients and servers.
Revisite of the source and store filter using "connectors".

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/local_view.cpp

    r1918 r1930  
    1515  } 
    1616 
     17  CLocalView::CLocalView(CLocalElement* parent, CElementView::type type, const CArray<bool,1>& maskView)  
     18                        : CDistributedView( parent, type, {{  parent->localRank_,  maskView }} ), 
     19                          localRank_(parent->localRank_), 
     20                          globalIndex_(parent->globalIndex_), size_(CDistributedView::size_[parent->localRank_]), 
     21                          index_(CDistributedView::index_[parent->localRank_]), localSize_(CDistributedView::localSize_[parent->localRank_])  
     22  { 
     23 
     24  } 
    1725 
    1826  void CLocalView::sendRemoteElement(CRemoteConnector& connector, CContextClient* client, CEventClient& event, const CMessage& messageHeader) 
Note: See TracChangeset for help on using the changeset viewer.