Ignore:
Timestamp:
07/25/17 15:10:33 (7 years ago)
Author:
ymipsl
Message:

Minor modification to supress tracing of MPI_IProbe message for vampirtrace.

YM

File:
1 edited

Legend:

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

    r1158 r1224  
    22#include "xios_spl.hpp" 
    33#include "mpi.hpp" 
     4#include "tracer.hpp" 
    45 
    56namespace xios 
     
    8081  { 
    8182        
     83    traceOff() ; 
    8284    SPendingRequest* sentRequest=new SPendingRequest ; 
    8385    sentRequest->buffer[0]=timeLine ; 
     
    8789    pendingSentParentRequest.push(sentRequest) ; 
    8890    MPI_Isend(sentRequest->buffer,3, MPI_UNSIGNED_LONG, parent[lev], 0, communicator, &sentRequest->request) ; 
     91    traceOn() ; 
    8992  }  
    9093 
     
    102105  void CEventScheduler::checkEvent(void) 
    103106  { 
     107    traceOff() ; 
    104108    checkChildRequest() ; 
    105109    checkParentRequest() ; 
     110    traceOn() ; 
    106111     
    107112  } 
Note: See TracChangeset for help on using the changeset viewer.