aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-10-10 15:38:46 +0200
committerAnton Khirnov <anton@khirnov.net>2021-10-10 15:38:46 +0200
commitf8cb3e39436966f0d490e0ec3735dd04d99b387c (patch)
treeb325f3d8c1535bb76a72415eaaead6ad8822c05b /README
parentcabdf8ee45b1c9a88d357a9282e955b0c00ef537 (diff)
Add README and LICENCE.
Diffstat (limited to 'README')
-rw-r--r--README25
1 files changed, 25 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..358cf7d
--- /dev/null
+++ b/README
@@ -0,0 +1,25 @@
+Overview
+========
+
+This is a small C library abstracting a thread pool, used by some other
+numerical relativity libraries. This implementation simply wraps OpenMP.
+
+If you modify the code, we ask that you share your changes with the author (e.g.
+via email).
+
+Building and installation
+=========================
+
+The library uses the meson build system. A C11-compliant compiler and a POSIX
+environment are expected.
+
+Usage
+=====
+
+The public C API is described in the threadpool.h header.
+
+Licence
+=======
+
+This library is free software, available under GNU GPLv3 (see the LICENCE file
+for full licence text).