Ignore:
Timestamp:
06/26/17 16:44:24 (7 years ago)
Author:
oabramkina
Message:

Two server levels: correcting buffer allocations on client side of primary server. The buffer size is calculated according to the number of files sent to each secondary server.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/context_client.cpp

    r1158 r1184  
    9494        list<CBufferOut*> buffList; 
    9595        bool couldBuffer = getBuffers(ranks, sizes, buffList, (!CXios::isClient && (CServer::serverLevel == 0) )); 
    96         //bool couldBuffer = getBuffers(ranks, sizes, buffList, false ); 
     96//        bool couldBuffer = getBuffers(ranks, sizes, buffList, CXios::isServer ); 
    9797 
    9898        if (couldBuffer) 
Note: See TracChangeset for help on using the changeset viewer.