Skip to content

Instantly share code, notes, and snippets.

@romeokienzler
Created May 2, 2016 07:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save romeokienzler/e53a8192e0f84e45cebdc4df64940653 to your computer and use it in GitHub Desktop.
Save romeokienzler/e53a8192e0f84e45cebdc4df64940653 to your computer and use it in GitHub Desktop.
eval cmake
Running blas
CUDA BUILD Debug
-- The C compiler identification is GNU 4.9.3
-- The CXX compiler identification is GNU 4.9.3
-- 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
-- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY)
-- Try OpenMP C flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Try OpenMP CXX flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Found OpenMP: -fopenmp
-- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY)
-- Configuring done
-- Generating done
-- Build files have been written to: /libnd4j/blasbuild/cuda
/usr/bin/cmake -H/libnd4j -B/libnd4j/blasbuild/cuda --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /libnd4j/blasbuild/cuda/CMakeFiles /libnd4j/blasbuild/cuda/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/libnd4j/blasbuild/cuda'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/libnd4j/blasbuild/cuda'
/usr/bin/cmake -E cmake_progress_start /libnd4j/blasbuild/cuda/CMakeFiles 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment