Sfoglia il codice sorgente

pdevs/mpi: remove START message

Eric RAMAT 7 anni fa
parent
commit
f98b3d11c7
1 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  1. 1 3
      src/tests/mpi/cluster/main.cpp

+ 1 - 3
src/tests/mpi/cluster/main.cpp

@@ -203,9 +203,7 @@ void example_simple(int argc, char *argv[])
 
         steady_clock::time_point t1 = steady_clock::now();
 
-	std::cout << "START" << std::endl;
-	
-        rc.run();
+	rc.run();
 
         steady_clock::time_point t2 = steady_clock::now();