Ignore:
Timestamp:
05/22/17 18:11:12 (7 years ago)
Author:
mhnguyen
Message:

Updating compressed index output on using 2-level server

+) Update compressed index output with new grid distribution

Test
+) On Curie
+) test_complete:

  • Mode: classical and 2 level server
  • config: 4 clients + 4 servers
  • passed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/node/axis.hpp

    r1129 r1143  
    131131        int orderPosInGrid; 
    132132        CArray<size_t,1> localIndexToWriteOnServer; 
     133        CArray<int, 1> compressedIndexToWriteOnServer; 
    133134 
    134135      private: 
     
    159160         bool isClientAfterTransformationChecked; 
    160161         std::set<StdString> relFiles, relFilesCompressed; 
    161          TransMapTypes transformationMap_; 
    162          bool isDistributed_; 
     162         TransMapTypes transformationMap_;          
    163163         //! True if and only if the data defined on the axis can be outputted in a compressed way 
    164164         bool isCompressible_; 
Note: See TracChangeset for help on using the changeset viewer.