Ignore:
Timestamp:
07/11/17 11:34:53 (7 years ago)
Author:
oabramkina
Message:

Two server levels: distibuting files among secondary servers according to the estimated data flux. Tested on Curie.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/node/context.hpp

    r1194 r1208  
    136136         void setClientServerBuffer(CContextClient* contextClient); 
    137137 
     138         // Estimate data size for each enabled file in write mode 
     139         void distributeFiles(void); 
     140 
    138141         // Send context close definition 
    139142         void sendCloseDefinition(void); 
     
    223226         // List of all enabled files in read mode (files on which fields are read) 
    224227         std::vector<CFile*> enabledReadModeFiles; 
     228         // List of all enabled files in write mode 
     229         std::vector<CFile*> enabledWriteModeFiles; 
    225230 
    226231         // List of all enabled fields whose instant data is accessible from the public API 
Note: See TracChangeset for help on using the changeset viewer.