Ignore:
Timestamp:
09/09/22 17:23:16 (22 months ago)
Author:
ymipsl
Message:

-Fix performance issue in one_sided protocol

  • better timer instrumentation of the protocol

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/transport/one_sided_client_buffer.hpp

    r2343 r2399  
    190190      bool fixed_=false; 
    191191      size_t fixedSize_ = 0 ; 
    192       size_t currentBufferSize_=0 ; 
     192      size_t currentBufferSize_= 0 ; 
    193193      double growingFactor_ = 2. ;  
    194194      MPI_Aint lastFreedBloc_=0 ; 
Note: See TracChangeset for help on using the changeset viewer.