From 2f928fc2c89ce8946fc2300f97a9412530540d55 Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 29 Apr 2004 22:20:31 +0000 Subject: Apply manual topology settings also to the distribution of grid arrays. This fixes PR CactusPUGH/1661: "the manual processor topology settings are not respected for a 3D array." git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@437 b61c5cb5-eaca-4651-9a7a-d64986f99364 --- src/SetupGroup.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SetupGroup.c b/src/SetupGroup.c index cb2e969..19b8752 100644 --- a/src/SetupGroup.c +++ b/src/SetupGroup.c @@ -140,6 +140,8 @@ static int PUGH_SetupGAGroup (pGH *newGH, CCTK_WARN (0, "Memory allocation error in PUGH_SetupGAGroup"); } + PUGH_SetupDefaultTopology (dim, nprocs); + /* Check that there are enough grid points in this dimension * to make parallelising it worthwhile */ -- cgit v1.2.3