Skip to content
Snippets Groups Projects
Commit 404197b5 authored by Henrik Asmuth's avatar Henrik Asmuth
Browse files

Revert gpu.cmake

parent d769b9a2
No related branches found
No related tags found
1 merge request!170Kernel templetization and efficiency improvements
SET(CMAKE_CUDA_ARCHITECTURES "75")
list(APPEND USER_APPS "apps/gpu/LBM/ActuatorLine")
list(APPEND USER_APPS "apps/gpu/LBM/BoundaryLayer")
list(APPEND USER_APPS "apps/gpu/LBM/SphereScaling")
......@@ -25,11 +25,9 @@ add_subdirectory(src/gpu/GridGenerator)
IF (BUILD_VF_GPU)
add_subdirectory(src/gpu/VirtualFluids_GPU)
# add_subdirectory(apps/gpu/LBM/DrivenCavity)
# add_subdirectory(apps/gpu/LBM/DrivenCavityMultiGPU)
# add_subdirectory(apps/gpu/LBM/SphereGPU)
# add_subdirectory(apps/gpu/LBM/TGV_3D_MultiGPU)
# add_subdirectory(apps/gpu/LBM/BoundaryLayer)
add_subdirectory(apps/gpu/LBM/DrivenCavity)
add_subdirectory(apps/gpu/LBM/SphereGPU)
add_subdirectory(apps/gpu/LBM/BoundaryLayer)
ELSE()
MESSAGE( STATUS "exclude Virtual Fluids GPU." )
ENDIF()
......
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