Ignore:
Timestamp:
05/11/17 16:12:23 (7 years ago)
Author:
yushan
Message:

log OK with threads

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan/src/context_server.cpp

    r1094 r1128  
    221221    { 
    222222      finished=true; 
    223       //info(20)<<"Server Side context <"<<context->getId()<<"> finalized"<<endl; 
     223      #pragma omp critical (_output) 
     224      info(20)<<"Server Side context <"<<context->getId()<<"> finalized"<<endl; 
    224225      std::map<int, StdSize>::const_iterator itbMap = mapBufferSize_.begin(), 
    225226                                             iteMap = mapBufferSize_.end(), itMap; 
Note: See TracChangeset for help on using the changeset viewer.