aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-07-25 18:03:12 +0200
committerAnton Khirnov <anton@khirnov.net>2022-07-25 18:03:12 +0200
commitb7cf7a25394ef5c7856aed21d1137b3dc32e95a7 (patch)
tree4e499d1ddb84a4563136500a1bc21a0f8c4ec4eb
parente631627f70695bde798f22c4baaa472c100e45ef (diff)
README: mention where to get libthreadpool
-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
=====