Ignore:
Timestamp:
07/07/17 18:17:49 (7 years ago)
Author:
oabramkina
Message:

Two server levels: merging trunk r1200 (except for non-contiguous zoom) into dev. Tested on Curie. Todo: non-contiguous zoom.

File:
1 edited

Legend:

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

    r1158 r1201  
    123123        int zoom_begin_srv, zoom_end_srv, zoom_size_srv; 
    124124        int ni_srv, begin_srv, end_srv; 
     125        int global_zoom_begin_srv, global_zoom_end_srv, global_zoom_size_srv; 
    125126        CArray<double,1> value_srv; 
    126127        CArray<double,2> bound_srv; 
    127128        CArray<StdString,1> label_srv; 
     129        CArray<int,1> zoom_index_srv; 
    128130        bool hasValue; 
    129131        CArray<int,1> globalDimGrid; 
     
    144146         void computeConnectedServer(const std::vector<int>& globalDim, int orderPositionInGrid, 
    145147                                     CServerDistributionDescription::ServerDistributionType distType); 
     148         bool zoomByIndex(); 
    146149 
    147150         void sendNonDistributedAttributes(void); 
Note: See TracChangeset for help on using the changeset viewer.