File: install.rst

package info (click to toggle)
rocrand 5.3.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 37,268 kB
  • sloc: cpp: 95,463; f90: 2,847; python: 1,648; sh: 293; xml: 210; makefile: 49
file content (27 lines) | stat: -rw-r--r-- 482 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Installation
============

Requirements
------------

* rocRAND
* Python 2.7 or 3.5
* NumPy (will be installed automatically as a dependency if necessary)

Note: If rocRAND is built from sources but not installed or installed in
non-standard directory set ``ROCRAND_PATH`` environment variable, for example::

    export ROCRAND_PATH=~/rocRAND/build/library/


Installing
----------

Install::

    cd python/hiprand
    pip install .

Run tests::

    python tests/hiprand_test.py