Ignore:
Timestamp:
09/21/22 15:53:51 (21 months ago)
Author:
ymipsl
Message:

Implement separate "reader" and "writer" service. Default reader live on same ressources that "writer" or "gatherer" services.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/transport/one_sided_context_server.cpp

    r2399 r2407  
    201201          CEventServer event(this) ; 
    202202          for(auto& buffer : it->second.buffers) buffer->fillEventServer(currentTimeLine, event) ; 
    203           MPI_Barrier(intraComm) ; 
     203//          MPI_Barrier(intraComm) ; 
    204204          CTimer::get("Process events").resume(); 
    205205          info(100)<<"Context id "<<context->getId()<<" : Process Event "<<currentTimeLine<<" of class "<<event.classId<<" of type "<<event.type<<endl ; 
Note: See TracChangeset for help on using the changeset viewer.