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_server.hpp

    r1054 r1130  
    4747    size_t hashId ; 
    4848 
    49     static size_t getTotalBuf(void); 
    50  
    5149    ~CContextServer() ; 
    5250 
    5351    private: 
    5452    std::map<int, StdSize> mapBufferSize_; 
    55     static size_t totalBuf_ ;  /*!< Total memory allocated by servers per context.*/ 
    5653 
    5754  } ; 
Note: See TracChangeset for help on using the changeset viewer.