Ignore:
Timestamp:
11/29/17 18:44:34 (6 years ago)
Author:
ymipsl
Message:

New method to distribute file on server 2 : memory consumption of grids is now taking into account.
This new method can be activated using a specific variable from xios context :
<variable id="server2_dist_file_memory" type="bool">true_or_false</variable>

YM

File:
1 edited

Legend:

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

    r1330 r1349  
    140140         // Distribute files (in write mode) among secondary-server pools according to the estimated data flux 
    141141         void distributeFiles(void); 
     142         void distributeFileOverBandwith() ; 
     143         void distributeFileOverMemoryBandwith() ; 
     144          
    142145 
    143146         // Send context close definition 
Note: See TracChangeset for help on using the changeset viewer.