Skip to content

Commit

Permalink
Update how_to.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff authored Jun 5, 2021
1 parent b29892b commit 415a8be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/how_to.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ the `nvidia official documentation <https://docs.nvidia.com/deeplearning/framewo
- ``CUDA_VISIBLE_DEVICES``: set the devices that are visible for ``TensorFlow``. If unset it will try to use all GPUs available. In order to force the code to run on CPU it needs to be set to ``""``. In a multi-GPU system you can choose, by index, the GPUs available for ``TensorFlow``, e.g. ``export CUDA_VISIBLE_DEVICES=0,1``.
- ``PDFFLOW_FLOAT``: controls the ``PDFFlow`` float precision. Default is 64 for 64-bits. Accepts: 64, 32.
- ``PDFFLOW_INT``: controls the ``PDFFlow`` integer precision. Default is 32 for 32-bits. Accepts: 64, 32.
- ``PDFFLOW_DATA_PATH``: folder where to find the PDF sets, equivalent to ``LHAPDF_DATA_PATH``


Building the graph ahead of time
Expand Down

0 comments on commit 415a8be

Please sign in to comment.