Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix, removing tabs
authorschnorr <Lucas.Schnorr@imag.fr>
Thu, 13 Sep 2012 22:09:41 +0000 (00:09 +0200)
committerschnorr <Lucas.Schnorr@imag.fr>
Thu, 13 Sep 2012 22:09:41 +0000 (00:09 +0200)
src/instr/instr_config.c
src/instr/instr_smpi.c

index 95163f1..f6d2e21 100644 (file)
@@ -430,7 +430,7 @@ void TRACE_help (int detailed)
       "  are grouped by the hosts where they were executed.",
       detailed);
   print_line (OPT_TRACING_SMPI_COMPUTING, "Generates a \" Computing \" State",
       "  are grouped by the hosts where they were executed.",
       detailed);
   print_line (OPT_TRACING_SMPI_COMPUTING, "Generates a \" Computing \" State",
-         "  This option aims at tracing computations in the application, outside SMPI\n"
+      "  This option aims at tracing computations in the application, outside SMPI\n"
       "  to allow further study of simulated or real computation time",
       detailed);
   print_line (OPT_TRACING_MSG_PROCESS, "Trace processes behavior (MSG)",
       "  to allow further study of simulated or real computation time",
       detailed);
   print_line (OPT_TRACING_MSG_PROCESS, "Trace processes behavior (MSG)",
index b16c5ac..65086bd 100644 (file)
@@ -39,7 +39,7 @@ static const char *smpi_colors[] ={
     "scan",          "1 0.58 0.23",
     "scatterv",      "0.52 0 0.52",
     "scatter",       "1 0.74 0.54",
     "scan",          "1 0.58 0.23",
     "scatterv",      "0.52 0 0.52",
     "scatter",       "1 0.74 0.54",
-    "computing",        "0 1 1",
+    "computing",     "0 1 1",
 
     NULL, NULL,
 };
 
     NULL, NULL,
 };