Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit b520ace

Browse files
committed
Update README to suggest CMAKE_CUDA_COMPILER=nvcc.
1 parent dbc7135 commit b520ace

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ Note that if you are building on Cray system with the GNU toolchain, you have to
7878
-DNRN_ENABLE_RX3D=OFF \
7979
-DCMAKE_INSTALL_PREFIX=$HOME/install
8080
-DCMAKE_C_COMPILER=nvc \
81-
-DCMAKE_CXX_COMPILER=nvc++
81+
-DCMAKE_CXX_COMPILER=nvc++ \
82+
-DCMAKE_CUDA_COMPILER=nvcc
8283
```
8384

8485
By default the GPU code will be compiled for NVIDIA devices with compute

0 commit comments

Comments
 (0)