Ignore:
Timestamp:
11/30/18 17:37:26 (5 years ago)
Author:
yushan
Message:

branch_openmp merged and NOT tested with trunk r1618

File:
1 edited

Legend:

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

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