From 55cc6bb7d0384f64bc862d5ce52af4bf87b3eb4c Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 16 Oct 2015 15:59:24 +0200 Subject: [PATCH] src/h5core/h5u_model.c - h5u_set_num_points(): print start index of view if debug enabled --- src/h5core/h5u_model.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/h5core/h5u_model.c b/src/h5core/h5u_model.c index be743f5..882cdf6 100644 --- a/src/h5core/h5u_model.c +++ b/src/h5core/h5u_model.c @@ -178,6 +178,7 @@ h5u_set_num_points ( start -= u->nparticles; h5_debug("Total particles across all processors: %lld.", (long long)total); + h5_debug("Start index on this processor: %lld.", (long long)start); u->viewstart = start; u->viewend = start + u->nparticles - 1; // view range is *inclusive*