Parcourir la source

pdevs/mpi: add debug info

Eric RAMAT il y a 7 ans
Parent
commit
0d62cfa739
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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();