Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Definitively remove old variable PROJECT_DIRECTORY for CMAKE_HOME_DIRECTORY.
[simgrid.git] / examples / msg / tracing / procmig.c
index e45aab6985307978e7308f6cfdd175145dce6862..2a226803680e715f6c0515c67c8343bea7d84a96 100644 (file)
@@ -50,8 +50,6 @@ int main(int argc, char *argv[])
               argv[0]);
     exit(1);
   }
-  //starting the simulation trace
-  TRACE_start();
   TRACE_category("emigrant");
 
   /* Simulation setting */
@@ -67,9 +65,6 @@ int main(int argc, char *argv[])
   if (res == MSG_OK)
     res = MSG_clean();
 
-  //ending the simulation trace
-  TRACE_end();
-
   if (res == MSG_OK)
     return 0;
   else