Salome HOME
OverlapDEC: further imp of the load balancing algo to try to keep
[tools/medcoupling.git] / src / ParaMEDMEM / OverlapDEC.cxx
index 9e5221dea93cd57234b0d3af775cdccc04c150ea..af842fb9dd08f600d6886b8afa3d109c564d4660 100644 (file)
@@ -354,4 +354,9 @@ namespace ParaMEDMEM
       return false;
     return _group->containsMyRank();
   }
+
+  void OverlapDEC::debugPrintWorkSharing(std::ostream & ostr) const
+  {
+    _locator->debugPrintWorkSharing(ostr);
+  }
 }