From 0026d529a6a0ccd030d9510858726bcd3e1e0d24 Mon Sep 17 00:00:00 2001 From: jthorn Date: Tue, 4 Jan 2005 16:29:57 +0000 Subject: Fix a problem found by Erik Schnetter & Thomas Radke involving writing data to the SphericalSurface variables in a multiprocessor run. In detail, the code writes data to the SphericalSurface variables on each processor. For everything except the horizon shape this is fine. However, the code formerly didn't broadcast the horizon shape to all processors, so the values written to the SphericalSurface variables were all 0 on processors other than the one that actually found that horizon. The fix is to broadcast the horizon shape if any horizon info is being written to the SphericalSurface variables. (In addition to broadcasting it whenever an excision mask is being set, which the code already did.) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1392 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 1471a68..4b2c149 100644 --- a/README +++ b/README @@ -73,7 +73,7 @@ research which uses this thorn, or which uses code from this thorn. Copyright ========= -This thorn is copyright (C) 2001-2004 +This thorn is copyright (C) 2001-2005 by Jonathan Thornburg . This thorn is free software; you can redistribute it and/or modify -- cgit v1.2.3