Ignore:
Timestamp:
05/15/17 15:00:24 (7 years ago)
Author:
oabramkina
Message:

Two-level server: merging new grid functionalities and changes in the communication protocol (e.g. non-blocking context finalize, registries, oasis).

Tests on curie: test_client, test_complete, nemo (test_xios2_cmip6.exe).

To do: non-structured grid, check reading, possible bug in client/server initialization (?).

File:
1 edited

Legend:

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

    r1077 r1130  
    4040      bool checkBuffers(void); 
    4141      void releaseBuffers(void); 
     42      bool havePendingRequests(void); 
    4243 
    4344      bool isServerLeader(void) const; 
     
    7172 
    7273      map<int,CClientBuffer*> buffers;         //!< Buffers for connection to servers 
    73 //      map<int,CClientBuffer*> buffersPrim;     //!< Buffers for connection to secondary servers 
    7474 
    7575    private: 
Note: See TracChangeset for help on using the changeset viewer.