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

Use streams on 8 GPUs for MusselOyster

parent 33ea7d30
No related branches found
No related tags found
1 merge request!104Add Communication Hiding to GPU version
......@@ -38,5 +38,5 @@ TimeOut=1000 # 400000
##################################################
# CUDA Streams and optimized communication (only used for multiple GPUs)
##################################################
useStreams = false
useStreams = true
useReducedCommunicationInInterpolation = true
\ No newline at end of file
......@@ -44,7 +44,7 @@ IF (BUILD_VF_GPU)
#add_subdirectory(apps/gpu/LBM/gridGeneratorTest)
#add_subdirectory(apps/gpu/LBM/TGV_3D)
#add_subdirectory(apps/gpu/LBM/TGV_3D_MultiGPU)
# add_subdirectory(apps/gpu/LBM/SphereScaling)
#add_subdirectory(apps/gpu/LBM/SphereScaling)
add_subdirectory(apps/gpu/LBM/MusselOyster)
add_subdirectory(apps/gpu/LBM/DrivenCavityMultiGPU)
ELSE()
......
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