Skip to content

Commit

Permalink
DOC: Installation entry for OpenMP.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Slepicka committed Aug 19, 2020
1 parent 19029f8 commit 68aaa57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ From the SRW root folder run::

This command will build the needed dependencies, the main SRW library and also the Python library to be used.

To build SRW with OpenMP support use::

$ MODE=omp make all


After this step is concluded, you can use the Python library by adding the `python` folder to your `PYTHONPATH` variable
or install the `srwpy` package at your Python distribution via the `setup.py` file.

Expand Down

0 comments on commit 68aaa57

Please sign in to comment.