From 04ed769ddfacb1d6f5faedb66d3ff8d512ede7d4 Mon Sep 17 00:00:00 2001 From: jthorn Date: Sat, 15 Feb 2003 18:43:08 +0000 Subject: * major changes to driver routines to find multiple horizons in parallel across multiple processors -- see src/driver/README.parallel for details * drop convergence checks on ||Delta_h|| in param.ccl because they don't fit well with parallelization changes ==> With this changes, AHFinderDirect is now (I think) multiprocessor-ready!! git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@946 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 4d4de14..1d3c93d 100644 --- a/README +++ b/README @@ -29,7 +29,7 @@ See below in this file for notes on compiling this thorn. Copyright ========= -This thorn is copyright (C) 2001-2002 +This thorn is copyright (C) 2001-2003 by Jonathan Thornburg . This thorn is free software; you can redistribute it and/or modify @@ -70,7 +70,7 @@ Most of this thorn's relativity code is machine-generated using Maple relativity code. By default, this thorn doesn't use any external libraries. However, -if HAVE_DENSE_JACOBIAN__LAPACK is defined in src/include/configure.h, +if HAVE_DENSE_JACOBIAN__LAPACK is defined in src/include/config.h, then this thorn uses the LAPACK library (which in turn uses the BLAS library), so you will need to configure your Cactus to use LAPACK. Instructions on doing this are in the file README.library in this -- cgit v1.2.3