This repository serve as a backup for my Maxwell-TD code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

75 lines
4.4 KiB

set(CMAKE_CUDA_COMPILER "/usr/local/cuda-11.7/bin/nvcc")
set(CMAKE_CUDA_HOST_COMPILER "/usr/lib/ccache/c++")
set(CMAKE_CUDA_HOST_LINK_LAUNCHER "/usr/lib/ccache/c++")
set(CMAKE_CUDA_COMPILER_ID "NVIDIA")
set(CMAKE_CUDA_COMPILER_VERSION "11.7.64")
set(CMAKE_CUDA_DEVICE_LINKER "/usr/local/cuda-11.7/bin/nvlink")
set(CMAKE_CUDA_FATBINARY "/usr/local/cuda-11.7/bin/fatbinary")
set(CMAKE_CUDA_STANDARD_COMPUTED_DEFAULT "14")
set(CMAKE_CUDA_EXTENSIONS_COMPUTED_DEFAULT "ON")
set(CMAKE_CUDA_COMPILE_FEATURES "cuda_std_03;cuda_std_11;cuda_std_14;cuda_std_17")
set(CMAKE_CUDA03_COMPILE_FEATURES "cuda_std_03")
set(CMAKE_CUDA11_COMPILE_FEATURES "cuda_std_11")
set(CMAKE_CUDA14_COMPILE_FEATURES "cuda_std_14")
set(CMAKE_CUDA17_COMPILE_FEATURES "cuda_std_17")
set(CMAKE_CUDA20_COMPILE_FEATURES "")
set(CMAKE_CUDA23_COMPILE_FEATURES "")
set(CMAKE_CUDA_PLATFORM_ID "Linux")
set(CMAKE_CUDA_SIMULATE_ID "GNU")
set(CMAKE_CUDA_COMPILER_FRONTEND_VARIANT "")
set(CMAKE_CUDA_SIMULATE_VERSION "9.4")
set(CMAKE_CUDA_COMPILER_ENV_VAR "CUDACXX")
set(CMAKE_CUDA_HOST_COMPILER_ENV_VAR "CUDAHOSTCXX")
set(CMAKE_CUDA_COMPILER_LOADED 1)
set(CMAKE_CUDA_COMPILER_ID_RUN 1)
set(CMAKE_CUDA_SOURCE_FILE_EXTENSIONS cu)
set(CMAKE_CUDA_LINKER_PREFERENCE 15)
set(CMAKE_CUDA_LINKER_PREFERENCE_PROPAGATES 1)
set(CMAKE_CUDA_SIZEOF_DATA_PTR "8")
set(CMAKE_CUDA_COMPILER_ABI "ELF")
set(CMAKE_CUDA_BYTE_ORDER "LITTLE_ENDIAN")
set(CMAKE_CUDA_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
if(CMAKE_CUDA_SIZEOF_DATA_PTR)
set(CMAKE_SIZEOF_VOID_P "${CMAKE_CUDA_SIZEOF_DATA_PTR}")
endif()
if(CMAKE_CUDA_COMPILER_ABI)
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CUDA_COMPILER_ABI}")
endif()
if(CMAKE_CUDA_LIBRARY_ARCHITECTURE)
set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
endif()
set(CMAKE_CUDA_COMPILER_TOOLKIT_ROOT "/usr/local/cuda-11.7")
set(CMAKE_CUDA_COMPILER_TOOLKIT_LIBRARY_ROOT "/usr/local/cuda-11.7")
set(CMAKE_CUDA_COMPILER_TOOLKIT_VERSION "11.7.64")
set(CMAKE_CUDA_COMPILER_LIBRARY_ROOT "/usr/local/cuda-11.7")
set(CMAKE_CUDA_ARCHITECTURES_ALL "35-real;37-real;50-real;52-real;53-real;60-real;61-real;62-real;70-real;72-real;75-real;80-real;86-real;87")
set(CMAKE_CUDA_ARCHITECTURES_ALL_MAJOR "35-real;50-real;60-real;70-real;80")
set(CMAKE_CUDA_ARCHITECTURES_NATIVE "86-real")
set(CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES "/usr/local/cuda-11.7/targets/x86_64-linux/include")
set(CMAKE_CUDA_HOST_IMPLICIT_LINK_LIBRARIES "")
set(CMAKE_CUDA_HOST_IMPLICIT_LINK_DIRECTORIES "/usr/local/cuda-11.7/targets/x86_64-linux/lib/stubs;/usr/local/cuda-11.7/targets/x86_64-linux/lib")
set(CMAKE_CUDA_HOST_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
set(CMAKE_CUDA_IMPLICIT_INCLUDE_DIRECTORIES "/opt/intel/oneapi/vpl/2022.1.0/include;/opt/intel/oneapi/tbb/2021.6.0/include;/opt/intel/oneapi/mpi/2021.6.0/include;/opt/intel/oneapi/mkl/2022.1.0/include;/opt/intel/oneapi/ipp/2021.6.0/include;/opt/intel/oneapi/ippcp/2021.6.0/include;/opt/intel/oneapi/dpl/2021.7.0/linux/include;/opt/intel/oneapi/dpcpp-ct/2022.1.0/include;/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include;/opt/intel/oneapi/dev-utilities/2021.6.0/include;/opt/intel/oneapi/dal/2021.6.0/include;/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp;/opt/intel/oneapi/clck/2021.6.0/include;/usr/include/c++/9;/usr/include/x86_64-linux-gnu/c++/9;/usr/include/c++/9/backward;/usr/lib/gcc/x86_64-linux-gnu/9/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include")
set(CMAKE_CUDA_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc")
set(CMAKE_CUDA_IMPLICIT_LINK_DIRECTORIES "/usr/local/cuda-11.7/targets/x86_64-linux/lib/stubs;/usr/local/cuda-11.7/targets/x86_64-linux/lib;/opt/intel/oneapi/vpl/2022.1.0/lib;/opt/intel/oneapi/mpi/2021.6.0/libfabric/lib;/opt/intel/oneapi/mpi/2021.6.0/lib;/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib;/opt/intel/oneapi/compiler/2022.1.0/linux/lib;/usr/lib/gcc/x86_64-linux-gnu/9;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib;/opt/intel/oneapi/tbb/2021.6.0/lib/intel64/gcc4.8;/opt/intel/oneapi/mpi/2021.6.0/lib/release;/opt/intel/oneapi/mkl/2022.1.0/lib/intel64;/opt/intel/oneapi/ipp/2021.6.0/lib/intel64;/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64;/opt/intel/oneapi/dal/2021.6.0/lib/intel64;/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin;/opt/intel/oneapi/clck/2021.6.0/lib/intel64;/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp")
set(CMAKE_CUDA_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
set(CMAKE_CUDA_RUNTIME_LIBRARY_DEFAULT "STATIC")
set(CMAKE_LINKER "/usr/bin/ld")
set(CMAKE_AR "/usr/bin/ar")
set(CMAKE_MT "")