aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-02-22 11:59:07 +0100
committerThomas White <taw@physics.org>2023-05-02 10:53:09 +0200
commit41ed47a931e4c162c9a501981b6f19cd725f6e43 (patch)
tree0d6999f68c7ccd3bbd37bad4c70ab94797e064c5 /INSTALL.md
parent1995ba5ada88e3c1949eaf245c5e8e60dff5a3cc (diff)
Remove pattern_sim and partial_sim
Use of these programs has been following this pattern for several years: 1. Neglect 2. Once yearly attempt by someone to use either tool 3. Discovery that it's totally broken 4. Bug report and fast bug fix 5. Go to 1. For more discussion, see the issue referenced below. Closes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/81
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 87346ab3..d167328d 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -97,7 +97,6 @@ roughly in order of importance:
* [msgpack-c](https://github.com/msgpack/msgpack-c) (for streaming data in MsgPack format)
* [Seedee](https://gitlab.desy.de/fs-sc/seedee) (for streaming data serialised with Seedee)
* [cJSON](https://github.com/DaveGamble/cJSON/) \[\*\] (extra dependency if Seedee is found)
-* [OpenCL](https://www.khronos.org/opencl/) plus appropriate GPU drivers (for GPU-accelerated pattern simulation)
Most of the dependencies mentioned above should be available from your Linux
distribution's package manager, or from [Homebrew](https://brew.sh/) on Mac OS.
@@ -167,18 +166,6 @@ as follows, replacing the `meson build` step:
meson build -Dhdf5=disabled
```
-Using OpenCL for GPU acceleration
----------------------------------
-
-OpenCL is disabled by default when building with Meson, to keep things simple
-for the majority of people who don't need it. To enable it, add
-`-Dopencl=enabled` to the `meson` command line:
-```
-meson build -Dopencl=enabled
-```
-When building with CMake, OpenCL will always be used if the libraries are
-found.
-
Fedora 22 or later
------------------