Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
updating the ms tracing example to generate a different trace file name
[simgrid.git] / examples / msg / tracing / ms.c
index d1cea86..8381dca 100644 (file)
@@ -106,7 +106,7 @@ int main(int argc, char *argv[])
   MSG_error_t res = MSG_OK;
 
   //starting the simulation tracing
-  TRACE_start ("simulation.trace");
+  TRACE_start ("ms.trace");
 
   //declaring user variables
   TRACE_host_variable_declare ("is_slave");