Skip to content
Snippets Groups Projects
Commit 6cb69966 authored by Anna Wellmann's avatar Anna Wellmann
Browse files

Add GPU apps to Phoenix config

parent a87f0a1a
No related branches found
No related tags found
1 merge request!151Some small fixes
......@@ -24,4 +24,11 @@ IF(${USE_DEM_COUPLING})
ENDIF()
## nvidia
set(CMAKE_CUDA_ARCHITECTURES 60) # NVIDIA Tesla P100
\ No newline at end of file
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}MusselOyster"
)
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