Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
properly destroying containers at the end of trace file
authorschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 15 Sep 2010 15:58:24 +0000 (15:58 +0000)
committerschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 15 Sep 2010 15:58:24 +0000 (15:58 +0000)
details:
- the name of the function called (TRACE_msg_clean) should change

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8188 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/instr/smpi_instr.c

index 1ab4ee5..c5dceca 100644 (file)
@@ -61,6 +61,7 @@ void TRACE_smpi_start (void)
 
 void TRACE_smpi_end (void)
 {
 
 void TRACE_smpi_end (void)
 {
+  TRACE_msg_clean ();
   if (IS_TRACING_SMPI){
     TRACE_end();
   }
   if (IS_TRACING_SMPI){
     TRACE_end();
   }