Ignore:
Timestamp:
05/26/15 16:13:45 (9 years ago)
Author:
rlacroix
Message:

Change the definition of non distributed axis and domain.

Axis and domain were considered non distributed if the local domain matched the full domain. Instead allow the local domain definition to be ommited and consider the axis or domain to be non distributed in this case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/domain.hpp

    r591 r594  
    8989         bool hasZoom(void) const; 
    9090         bool isEmpty(void) const; 
     91         bool isDistributed(void) const; 
    9192 
    9293 
     
    157158         std::map<int, vector<size_t> > indSrv_; // Global index of each client sent to server 
    158159         std::vector<int> connectedServerRank_; 
     160         bool isDistributed_; 
    159161 
    160162         DECLARE_REF_FUNC(Domain,domain) 
Note: See TracChangeset for help on using the changeset viewer.