From 06201bdad83658d2d40008f8971ed1089af62d53 Mon Sep 17 00:00:00 2001 From: Thomas Witkowski <thomas.witkowski@gmx.de> Date: Thu, 23 Sep 2010 11:48:01 +0000 Subject: [PATCH] Documentation of parallel AMDiS version. --- AMDiS/src/parallel/MeshDistributor.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AMDiS/src/parallel/MeshDistributor.cc b/AMDiS/src/parallel/MeshDistributor.cc index 9d765fae..d3e3707f 100644 --- a/AMDiS/src/parallel/MeshDistributor.cc +++ b/AMDiS/src/parallel/MeshDistributor.cc @@ -593,6 +593,7 @@ namespace AMDiS { if (elCode.getCode() != recvCodes[i].getCode()) { TEST_EXIT_DBG(refineManager)("Refinement manager is not set correctly!\n"); +#if 0 MSG("CHECK EL %d %d %d %d WITH El %d %d %d %d in RANK %d\n", boundIt->rankObj.elIndex, boundIt->rankObj.subObj, @@ -603,6 +604,7 @@ namespace AMDiS { boundIt->neighObj.ithObj, boundIt->neighObj.elType, it->first); +#endif bool b = startFitElementToMeshCode(recvCodes[i], boundIt->rankObj.el, -- GitLab