Skip to content
Snippets Groups Projects
Commit aa700d85 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Merge branch 'readme-pycuda' into 'master'

add pycuda as optional dependency

See merge request !17
parents 7c696c1b 567e5b28
No related branches found
No related tags found
1 merge request!17add pycuda as optional dependency
...@@ -63,6 +63,9 @@ $ git clone https://gitlab.aei.uni-hannover.de/GregAshton/PyFstat.git ...@@ -63,6 +63,9 @@ $ git clone https://gitlab.aei.uni-hannover.de/GregAshton/PyFstat.git
a histogram of the loaded SFT data a histogram of the loaded SFT data
* [pathos](https://pypi.python.org/pypi/pathos), if installed, this provides * [pathos](https://pypi.python.org/pypi/pathos), if installed, this provides
support for multiprocessing some functions. support for multiprocessing some functions.
* [pycuda](https://pypi.org/project/pycuda/), required for the tCWFstatMapVersion=pycuda
option of the TransientGridSearch class.
(Note: 'pip install pycuda' requires a working nvcc compiler in your path.)
For an introduction to installing modules see For an introduction to installing modules see
[here](https://docs.python.org/3.5/installing/index.html). If you are using [here](https://docs.python.org/3.5/installing/index.html). If you are using
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment