Parcourir la source

pdevs/mpi: add display in dint function

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