Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
aghaeifar committed Mar 12, 2024
1 parent 5e156d1 commit c1ae7ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ set(CMAKE_CXX_FLAGS "-lboost_program_options")
# Add Boost and CUDA include directories
include_directories(${Boost_INCLUDE_DIRS} ./include)


# Add CUDA and OpenMP flags
set(CMAKE_CUDA_FLAGS "${CMAKE_CUDA_FLAGS} ${CUDA_ARCH} -Xcompiler=${OpenMP_CXX_FLAGS}")

set(Boost_USE_STATIC_LIBS OFF)

# Add the executable
add_executable(spinwalk ./src/spinwalk.cu ./src/kernels.cu ./src/file_utils.cpp)

Expand Down

0 comments on commit c1ae7ab

Please sign in to comment.