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

revert gpu.cmake

parent f90df160
No related branches found
No related tags found
1 merge request!170Kernel templetization and efficiency improvements
SET(CMAKE_CUDA_ARCHITECTURES "75")
set(GPU_APP "apps/gpu/LBM/")
list(APPEND USER_APPS
"${GPU_APP}ActuatorLine"
"${GPU_APP}BoundaryLayer"
)
\ No newline at end of file
# set(GPU_APP "apps/gpu/LBM/")
# list(APPEND USER_APPS
# "${GPU_APP}ActuatorLine"
# "${GPU_APP}BoundaryLayer"
# )
\ No newline at end of file
......@@ -26,9 +26,10 @@ 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/DrivenCavityMultiGPU)
# add_subdirectory(apps/gpu/LBM/SphereGPU)
add_subdirectory(apps/gpu/LBM/TGV_3D_MultiGPU)
# add_subdirectory(apps/gpu/LBM/TGV_3D_MultiGPU)
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