From 672b64b5c786096a4ae124c5fc1e6d7ea1bb0c19 Mon Sep 17 00:00:00 2001 From: knarf Date: Fri, 23 Nov 2012 20:49:32 +0000 Subject: only output order for root processor, not on every git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMMacros/trunk@115 b1d164ef-f17a-46e7-89d4-021c7118ef4e --- src/SetLocalSpatialOrder.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/SetLocalSpatialOrder.c b/src/SetLocalSpatialOrder.c index 779479c..dc09699 100644 --- a/src/SetLocalSpatialOrder.c +++ b/src/SetLocalSpatialOrder.c @@ -65,8 +65,9 @@ void ADMMacros_SetLocalSpatialOrder(CCTK_ARGUMENTS) *local_spatial_order = spatial_order; - CCTK_VInfo(CCTK_THORNSTRING, "Spatial finite differencing order: %d", - (int)spatial_order); + if (CCTK_MyProc(cctkGH)==0) + CCTK_VInfo(CCTK_THORNSTRING, "Spatial finite differencing order: %d", + (int)spatial_order); return; } -- cgit v1.2.3