Skip to content
Snippets Groups Projects
Commit d9944d4e authored by Alexander van Amesfoort's avatar Alexander van Amesfoort
Browse files

Task #2669: upd variants for sharkbay. CUDADRIVER_ROOT_DIR disabled, as the...

Task #2669: upd variants for sharkbay. CUDADRIVER_ROOT_DIR disabled, as the NVIDIA driver is not installed yet (GPU not detected).
parent d756716f
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,13 @@ option(USE_LOG4CPLUS "Use Log4Cplus" ON)
option(USE_OPENMP "Use OpenMP" ON)
option(USE_MPI "Use MPI" ON)
set(CUDADRIVER_ROOT_DIR /usr/lib/nvidia-319/)
set(CUDA_TOOLKIT_ROOT_DIR /usr/local/cuda-5.0/)
# Refer to symlink that go may through ccache.
# Force GCC 4.7 for CUDA 5.5
set(GNU_C /usr/lib/ccache/gcc-4.7 )
set(GNU_CXX /usr/lib/ccache/g++-4.7 )
set(GNU_Fortran /usr/bin/gfortran )
set(GNU_ASM /usr/lib/ccache/gcc-4.7 )
#set(CUDADRIVER_ROOT_DIR /usr/lib/nvidia-319/)
set(CUDA_TOOLKIT_ROOT_DIR /usr/local/cuda/)
set(UNITTEST++_ROOT_DIR /usr/include/unittest++)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment