From b7cf7a25394ef5c7856aed21d1137b3dc32e95a7 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 25 Jul 2022 18:03:12 +0200 Subject: README: mention where to get libthreadpool --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ===== -- cgit v1.2.3