-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathcmake.log
38 lines (37 loc) · 1.69 KB
/
cmake.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
$ cmake ..
-- The CUDA compiler identification is NVIDIA 11.6.0
-- The C compiler identification is GNU 9.4.0
-- The CXX compiler identification is GNU 9.4.0
-- Check for working CUDA compiler: /usr/local/cuda-11.6-nightly/bin/nvcc
-- Check for working CUDA compiler: /usr/local/cuda-11.6-nightly/bin/nvcc -- works
-- Detecting CUDA compiler ABI info
-- Detecting CUDA compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE
-- Found CUDA: /usr/local/cuda-11.6-nightly (found suitable version "11.6", minimum required is "8.0")
-- Using NVIDIA driver found in /usr/src/nvidia-470.141.03
-- Not building FIO
-- Configuring libnvm without SmartIO
-- Configuring kernel module with CUDA
-- Found CUDA: /usr/local/cuda-11.6-nightly (found suitable version "11.6", minimum required is "10.0")
-- Found CUDA: /usr/local/cuda-11.6-nightly (found suitable version "11.6", minimum required is "8.0")
-- Configuring done
-- Generating done
-- Build files have been written to: /home/vsm2/work/bam/build