aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Mapping.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Mapping.c b/src/Mapping.c
index 87c8f7d..b600ce7 100644
--- a/src/Mapping.c
+++ b/src/Mapping.c
@@ -448,8 +448,10 @@ CCTK_INT Hyperslab_DefineGlobalMappingByIndex (
}
} /* end of else branch for 'if (mapping->is_full_hyperslab)' */
+#if 0
fprintf (stderr, "proc %d: total number of local hyperslab data points: %d\n", CCTK_MyProc (GH), mapping->totals);
CCTK_Barrier (GH);
+#endif
#ifdef DEBUG
printf ("total number of hyperslab data points: %d\n", mapping->totals);
#endif
@@ -476,7 +478,6 @@ CCTK_Barrier (GH);
mapping->global_hoffset[hdim] -= extras->nghostzones[vdim];
}
}
-#define DEBUG 1
#ifdef DEBUG
fprintf (stderr, "proc %d: global_hoffset, local_hsize in direction "
"%d: %d, %d\n", CCTK_MyProc (GH), hdim,