Pārlūkot izejas kodu

pdevs/mpi: add debug info

Eric RAMAT 8 gadi atpakaļ
vecāks
revīzija
0d62cfa739
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      src/tests/mpi/cluster/main.cpp

+ 2 - 0
src/tests/mpi/cluster/main.cpp

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