From bd8885b906948160c405d68e12e5901275b45eee Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Thu, 16 Apr 2015 00:54:15 +0000 Subject: README.md edited online with Bitbucket --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9c68e88..228de80 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Why do I want to use ur_optimize? # -The version of ATLAS bundled with Ureka (http://ssb.stsci.edu/ureka) is designed to work on a large number of CPUs, therefore certain operations requiring linear algebra may perform inadequately to your needs. +The version of ATLAS bundled with Ureka (http://ssb.stsci.edu/ureka) is not designed to work on a large number of CPUs, therefore certain operations requiring linear algebra may perform inadequately to your needs. `ur_optimize` rebuilds the underlying ATLAS/LaPACK/BLAS stack to be tailored for your CPU's architecture. After that, the NumPy/SciPy stack is recompiled and linked against the new ATLAS implementation in order to take advantage of these optimizations. -- cgit