Ignore:
Timestamp:
12/13/17 16:06:32 (6 years ago)
Author:
ymipsl
Message:
  • Add more debugging information at info_level 100
  • Enforce synchronisation check for event on client side, using parameter "check_event_sync" at true

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/event_client.cpp

    r814 r1377  
    55#include "type.hpp" 
    66#include "mpi.hpp" 
     7#include "cxios.hpp" 
    78 
    89namespace xios 
     
    4950     std::list<CMessage*>::iterator itMsg = messages.begin(); 
    5051 
     52     if (CXios::checkEventSync) info(100)<<"Send event "<<timeLine<<" classId : "<<classId<<"  typeId : "<<typeId<<endl ; 
    5153     for (; itBuff != buffers.end(); ++itBuff, ++itSizes, ++itSenders, ++itMsg) 
    5254     { 
Note: See TracChangeset for help on using the changeset viewer.