Explorar el Código

pdevs/mpi: add display in dint function

Eric RAMAT hace 7 años
padre
commit
df3da87b43
Se han modificado 2 ficheros con 3 adiciones y 0 borrados
  1. BIN
      data/simple/.DS_Store
  2. 3 0
      src/tests/mpi/cluster/models.hpp

BIN
data/simple/.DS_Store


+ 3 - 0
src/tests/mpi/cluster/models.hpp

@@ -165,6 +165,9 @@ public:
 
     void dint(typename common::DoubleTime::type t)
     {
+
+      std::cout << get_name() << " at " << t << ": dint" << std::endl;
+      
         mark_full(t);
         if (full_N()) {
             raz();