Ignore:
Timestamp:
05/21/12 17:57:22 (12 years ago)
Author:
ymipsl
Message:
  • Supress lot of shared_ptr
  • instrument code for vampir-trace and timer diagnostic

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/buffer_client.cpp

    r335 r347  
    55#include "cxios.hpp" 
    66#include <mpi.h> 
     7#include "tracer.hpp" 
    78 
    89namespace xios 
     
    7071    if (pending) 
    7172    { 
     73      traceOff() ; 
    7274      MPI_Test(&request,&flag,&status) ; 
     75      traceOn() ; 
    7376      if (flag==true) pending=false ; 
    7477    } 
Note: See TracChangeset for help on using the changeset viewer.