From 423de7ea50941eca8724de788aa2c43f4263908b Mon Sep 17 00:00:00 2001 From: schoen <schoen@irmb.tu-bs.de> Date: Fri, 30 Apr 2021 20:59:28 +0200 Subject: [PATCH] no need of subdirectory WTG_RUB in development branch --- gpu.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpu.cmake b/gpu.cmake index 47b820dfa..5e795cf3c 100644 --- a/gpu.cmake +++ b/gpu.cmake @@ -40,7 +40,7 @@ IF (BUILD_VF_GPU) #add_subdirectory(targets/apps/LBM/BaselMultiGPU) add_subdirectory(apps/gpu/LBM/DrivenCavity) - add_subdirectory(apps/gpu/LBM/WTG_RUB) + #add_subdirectory(apps/gpu/LBM/WTG_RUB) #add_subdirectory(apps/gpu/LBM/gridGeneratorTest) #add_subdirectory(apps/gpu/LBM/TGV_3D) #add_subdirectory(apps/gpu/LBM/TGV_3D_MultiGPU) -- GitLab