Ignore:
Timestamp:
04/20/21 09:49:47 (3 years ago)
Author:
ymipsl
Message:

New management of client-server buffers.

  • buffers can grow automatically in intialization phase
  • buffers is evaluated after the close context definition phase and fixed at optimal value.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/server_to_client_store_filter.hpp

    r1934 r2130  
    2424       */ 
    2525      CServerToClientStoreFilter(CGarbageCollector& gc, CField* field, CContextClient* client); 
     26 
     27      /*! 
     28       * Get the size of data transfered by call. Needed for context client buffer size evaluation 
     29       * 
     30       * \param size : map returning the size for each server rank   
     31       * \return the associated context client 
     32       */ 
     33      CContextClient* getTransferedDataSize(map<int,int>& size) ; 
    2634 
    2735      /*! 
Note: See TracChangeset for help on using the changeset viewer.