Ignore:
Timestamp:
12/21/18 09:19:12 (6 years ago)
Author:
yushan
Message:

working branch @1608 with bug fix @1628

File:
1 edited

Legend:

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

    r1619 r1630  
    9696    { 
    9797      list<int> ranks = event.getRanks(); 
    98       info(100)<<"Event "<<timeLine<<" of context "<<context->getId()<<endl ; 
     98 
    9999      if (CXios::checkEventSync) 
    100100      { 
     
    124124        { 
    125125          event.send(timeLine, sizes, buffList); 
    126           info(100)<<"Event "<<timeLine<<" of context "<<context->getId()<<"  sent"<<endl ; 
    127126 
    128127          checkBuffers(ranks); 
     
    143142          info(100)<<"DEBUG : temporaly event created : timeline "<<timeLine<<endl ; 
    144143          event.send(timeLine, tmpBufferedEvent.sizes, tmpBufferedEvent.buffers); 
    145           info(100)<<"Event "<<timeLine<<" of context "<<context->getId()<<"  sent"<<endl ; 
    146144        } 
    147145      } 
Note: See TracChangeset for help on using the changeset viewer.