aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 67ae5df..e41d2d5 100644
--- a/README
+++ b/README
@@ -18,7 +18,7 @@ via email).
Building and installation
=========================
-The library requires LAPACKE (the C interface to LAPACK) and libthreadpool
+The library requires LAPACKE (the C interface to LAPACK) and libthreadpool [1]
(thread pool utility library) to be present where the compiler and linker can
find them. A C99-compliant compiler and a POSIX environment are expected.
@@ -27,6 +27,8 @@ The shared library and the teukolsky_data.h header must be copied to where the
linker and C compiler, respectively, will find them (typically /usr/local/lib
and /usr/local/include).
+[1] git://git.khirnov.net/threadpool_omp.git
+
Usage
=====