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/client_to_server_store_filter.hpp

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