Skip to content

Commit 80f47ac

Browse files
authored
.
1 parent c482785 commit 80f47ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/Installation/Requirements/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To specify the CUDA compiler (nvcc) [Examples]:
5050

5151
- CMAKE_CUDA_COMPILER (xmipp.conf) [``CMAKE_CUDA_COMPILER=/usr/local/cuda/bin/nvcc``]
5252

53-
- 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``]
53+
- 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/``]
5454

5555
- XMIPP3_CMAKE_CUDA_COMPILER (environment) [``export XMIPP3_CMAKE_CUDA_COMPILER=/usr/local/cuda/bin/nvcc``]
5656

docs/Utils/ConfigurationF/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ These variables define custom paths for the installation of required packages. I
7272
- **JPEG_ROOT**: Main path to the JPEG library.
7373
- **SQLite_ROOT**: Main path to the SQLite library.
7474
- **CMAKE_CUDA_HOST_COMPILER**: Host compiler for CUDA. Example: /usr/bin/gcc
75-
- **CMAKE_CUDA_COMPILER**: Path to the CUDA compiler (`nvcc`). Example: `/usr/local/cuda/bin/nvcc`. You can set this vaule also setting the XMIPP_CUDA_BIN variable in the scipion configuration file.
75+
- **CMAKE_CUDA_COMPILER**: Path to the CUDA compiler (`nvcc`). Example: `/usr/local/cuda/bin/nvcc`. You can set this vaule also setting the XMIPP_CUDA_BIN variable in the scipion configuration file but pòinting to the path withot the 'nvcc'
7676

7777
Compilation Flags
7878
^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)