Ignore:
Timestamp:
04/14/17 16:53:56 (7 years ago)
Author:
mhnguyen
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/declare_ref_func.hpp

    r1009 r1099  
    7171bool C##type::hasDirect##type##Reference(void) const                   \ 
    7272{                                                                      \ 
    73   return !this->name_##_ref.isEmpty();                                 \ 
     73  return (!this->name_##_ref.isEmpty() &&                              \ 
     74          C##type::has(this->name_##_ref));                            \ 
    7475}                                                                      \ 
    7576                                                                       \ 
Note: See TracChangeset for help on using the changeset viewer.