Commit 952cf4f
committed
Build nbody sample using the cuda 'devel' image
The 'devel' image contains the CUDA compile, nvcc, which is needed to
build the nbody samples. Without the CUDA compiler, the nbody sample
containers fail to build with the below error message:
'''
CMake Error at CMakeLists.txt:5 (project):
No CMAKE_CUDA_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "CUDACXX" or the CMake cache entry CMAKE_CUDA_COMPILER to the full
path to the compiler, or to the compiler name if it is in the PATH.
'''
Signed-off-by: Christopher Desiniotis <cdesiniotis@nvidia.com>1 parent 80489a3 commit 952cf4f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments