From f68ca6620ca7e1eaa0b20f7dcc164d7896009155 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Peters?= <soe.peters@tu-braunschweig.de>
Date: Tue, 13 Dec 2022 15:43:13 +0000
Subject: [PATCH] Update PHOENIX.config.cmake

---
 CMake/cmake_config_files/PHOENIX.config.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMake/cmake_config_files/PHOENIX.config.cmake b/CMake/cmake_config_files/PHOENIX.config.cmake
index 12355ebb3..d31d8684a 100644
--- a/CMake/cmake_config_files/PHOENIX.config.cmake
+++ b/CMake/cmake_config_files/PHOENIX.config.cmake
@@ -29,6 +29,6 @@ set(CMAKE_CUDA_ARCHITECTURES 60) # NVIDIA Tesla P100
 set(GPU_APP "apps/gpu/LBM/")
 list(APPEND USER_APPS 
     # "${GPU_APP}DrivenCavityMultiGPU"
-    "${GPU_APP}SphereScaling"
+    # "${GPU_APP}SphereScaling"
     # "${GPU_APP}MusselOyster"
     )
-- 
GitLab