aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Hyperslab.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Hyperslab.c b/src/Hyperslab.c
index 8b28b66..be060ec 100644
--- a/src/Hyperslab.c
+++ b/src/Hyperslab.c
@@ -694,10 +694,6 @@ int Hyperslab_GetHyperslab (cGH *GH, int target_proc, int vindex, int vtimelvl,
{
/* copy dimensions for the returned hyperslab */
memcpy (hsize, hsize_global, hdim * sizeof (int));
-printf ("hsize_global = %d ", hsize [0]);
-for (i = 1; i < hdim; i++)
- printf ("%d ", hsize [i]);
-printf ("\n");
/* set the displacements/receive counts for the gather operation */
displs = (int *) malloc (2 * nprocs * sizeof (int));