Ignore:
Timestamp:
12/13/17 16:06:32 (7 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/cxios.cpp

    r1376 r1377  
    3737  CRegistry* CXios::globalRegistry = 0; 
    3838  double CXios::recvFieldTimeout = 300.0; 
     39  bool CXios::checkEventSync=false ; 
    3940  
    4041  //! Parse configuration file and create some objects from it 
     
    7778    if (recvFieldTimeout < 0.0) 
    7879      ERROR("CXios::parseXiosConfig()", "recv_field_timeout cannot be negative."); 
     80 
     81    checkEventSync = getin<bool>("check_event_sync", checkEventSync); 
    7982 
    8083    globalComm=MPI_COMM_WORLD ; 
Note: See TracChangeset for help on using the changeset viewer.