From 3d4da8653ae61c6c419c316610cc5daf727bcbbf Mon Sep 17 00:00:00 2001 From: Marc Howison Date: Wed, 24 Jun 2009 18:45:23 +0000 Subject: [PATCH] fixed bug with layout debug info always printing the layout for proc 0 --- src/H5Block.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/H5Block.c b/src/H5Block.c index bc01722..e76b036 100644 --- a/src/H5Block.c +++ b/src/H5Block.c @@ -631,7 +631,7 @@ _dissolve_ghostzones ( } free ( p_begin ); - p = b->user_layout; + p = &b->user_layout[f->myproc]; _H5Part_print_debug ( "PROC[%d]: User layout: %lld:%lld, %lld:%lld, %lld:%lld", f->myproc, @@ -651,7 +651,7 @@ _dissolve_ghostzones ( (long long)p->k_start, (long long)p->k_end ); } - p = b->write_layout; + p = &b->write_layout[f->myproc]; _H5Part_print_debug ( "PROC[%d]: Ghost-zone layout: %lld:%lld, %lld:%lld, %lld:%lld", f->myproc,