Ignore:
Timestamp:
10/05/15 14:43:48 (9 years ago)
Author:
mhnguyen
Message:

Temporary modification of auto-generate domain. This should be changed to a better solution

+) Divide a rectangular domain into parts being equal to number of procs

Test
+) On local with 2 procs, mode server and attached.
+) test_remap passes and result is correct

File:
1 edited

Legend:

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

    r688 r715  
    164164         void checkArea(void); 
    165165         void checkLonLat(); 
     166         void checkGenerate(); 
    166167 
    167168         void checkTransformations(); 
     
    189190         //! True if and only if the data defined on the domain can be outputted in a compressed way 
    190191         bool isCompressible_; 
     192         bool isRedistributed_; 
    191193         TransMapTypes transformationMap_; 
    192194         std::vector<int> nGlobDomain_; 
Note: See TracChangeset for help on using the changeset viewer.