File tree Expand file tree Collapse file tree
docs/Installation/Requirements Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,27 +41,23 @@ CUDA (optional)
4141By default, Xmipp attempts to automatically detect a CUDA installation. Manual configuration is possible if needed.
4242
4343To activate/deactivate CUDA compilation [Examples]:
44-
4544- XMIPP_USE_CUDA (xmipp.conf) [``XMIPP_USE_CUDA=ON ``]
4645
4746- XMIPP3_XMIPP_USE_CUDA (environment) [``export XMIPP3_XMIPP_USE_CUDA=ON ``]
4847
4948To specify the CUDA compiler (nvcc) [Examples]:
50-
5149- CMAKE_CUDA_COMPILER (xmipp.conf) [``CMAKE_CUDA_COMPILER=/usr/local/cuda/bin/nvcc ``]
5250
5351- XMIPP_CUDA_BIN (`Scipion configuration file <https://scipion-em.github.io/docs/release-3.0.0/docs/scipion-modes/scipion-configuration.html >`_) [``XMIPP_CUDA_BIN=/usr/local/cuda/bin/nvcc ``]
5452
5553- XMIPP3_CMAKE_CUDA_COMPILER (environment) [``export XMIPP3_CMAKE_CUDA_COMPILER ``]
5654
5755To define a specific host compiler [Examples]:
58-
5956- CMAKE_CUDA_HOST_COMPILER (xmipp.conf) [``CMAKE_CUDA_HOST_COMPILER=/usr/bin/gcc ``]
6057
6158- XMIPP3_CMAKE_CUDA_HOST_COMPILER (environment) [``export XMIPP3_CMAKE_CUDA_HOST_COMPILER=/usr/bin/gcc ``]
6259
6360To manually set CUDA libraries path [Examples]:
64-
6561- XMIPP_CUDA_LIB (`Scipion configuration file <https://scipion-em.github.io/docs/release-3.0.0/docs/scipion-modes/scipion-configuration.html >`_) [``XMIPP_CUDA_LIB=/usr/local/cuda/lib64 ``]
6662
6763Refer to the `configuration page <https://i2pc.github.io/docs/Utils/ConfigurationF/index.html#configuration-file >`_ for additional details.
You can’t perform that action at this time.
0 commit comments