source: XIOS/dev/dev_olga/src/config/axis_attribute_private.conf @ 1099

Last change on this file since 1099 was 1099, checked in by mhnguyen, 7 years ago

Updating 2-level server

+) Make some changes in the way data rebuilt on each level of server
+) Make some changes in the order of functions call during close context to make sure that each server receives the global indexes before calculating index to send to next level
+) Modify some functions to make sure data sent to the correct server pool

Test
+) On Curie
+) Only test_client

File size: 245 bytes
RevLine 
[821]1DECLARE_ATTRIBUTE_PRIVATE(int, global_zoom_begin)
2DECLARE_ATTRIBUTE_PRIVATE(int, global_zoom_n)
[1025]3
[1099]4DECLARE_ATTRIBUTE_PRIVATE(int, zoom_begin)
5DECLARE_ATTRIBUTE_PRIVATE(int, zoom_n)
6
[1025]7/* LOCAL DATA*/
8DECLARE_ARRAY_PRIVATE(int    ,   1 , zoom_index)
Note: See TracBrowser for help on using the repository browser.