Skip to content
Snippets Groups Projects
Commit c2c0f828 authored by Hkorb's avatar Hkorb
Browse files

Merge branch 'experimental' of...

Merge branch 'experimental' of https://git.rz.tu-bs.de/irmb/uppsala/VirtualFluids_dev into experimental
parents 84fb3d1d 404197b5
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