Skip to content
Snippets Groups Projects
Commit 26e8ec22 authored by Anna Wellmann's avatar Anna Wellmann Committed by Anna Wellmann
Browse files

Add application for scaling test

parent ce51d125
No related branches found
No related tags found
1 merge request!104Add Communication Hiding to GPU version
PROJECT(SphereScaling LANGUAGES CUDA CXX)
vf_add_library(BUILDTYPE binary PRIVATE_LINK basics VirtualFluids_GPU GridGenerator MPI::MPI_CXX FILES SphereScaling.cpp)
set_source_files_properties(SphereScaling.cpp PROPERTIES LANGUAGE CUDA)
set_target_properties(SphereScaling PROPERTIES
CUDA_SEPARABLE_COMPILATION ON)
# VS_DEBUGGER_COMMAND "C:/Program Files/Microsoft MPI/Bin/mpiexec.exe"
# VS_DEBUGGER_COMMAND_ARGUMENTS "-n 2 \"$<TARGET_FILE:SphereScaling>\"")
\ No newline at end of file
This diff is collapsed.
# Tesla 03
# mpiexec -n 2 "C:/Users/Master/Documents/MasterAnna/VirtualFluids_dev/build/bin/Release/SphereScaling.exe" "C:/Users/Master/Documents/MasterAnna/VirtualFluids_dev/apps/gpu/LBM/SphereScaling/config.txt"
# Phoenix
# mpirun -np 2 "./VirtualFluids_dev/build/bin/SphereScaling" "./VirtualFluids_dev/apps/gpu/LBM/SphereScaling/config.txt"
##################################################
#GPU Mapping
##################################################
#Devices="0 1 2 3"
#NumberOfDevices=2
##################################################
#informations for Writing
##################################################
Path=E:/temp/SphereScalingResults
#Path="F:/Work/Computations/out/SphereScaling/"
#Prefix="SphereScaling"
#WriteGrid=true
##################################################
#informations for reading
##################################################
GridPath="E:/temp/GridSphereScaling/"
##################################################
#number of grid levels
##################################################
#NOGL=1
##################################################
#LBM Version
##################################################
#D3Qxx=27
#MainKernelName=CumulantK17CompChim
##################################################
#simulation parameter
##################################################
#TimeEnd=10
#TimeOut=10
#TimeStartOut=0
\ No newline at end of file
##################################################
#GPU Mapping
##################################################
Devices="3"
NumberOfDevices=1
##################################################
#informations for Writing
##################################################
Path=/work/y0078217/Results/SphereScalingResults/1GPU/
#Path="F:/Work/Computations/out/SphereScaling/"
#Prefix="SphereScaling"
#WriteGrid=true
##################################################
#informations for reading
##################################################
GridPath=/work/y0078217/Grids/GridSphereScaling/Sphere1GPU
#GridPath="C:"
##################################################
#number of grid levels
##################################################
#NOGL=1
##################################################
#LBM Version
##################################################
#D3Qxx=27
#MainKernelName=CumulantK17CompChim
##################################################
#simulation parameter
##################################################
TimeEnd=100000
TimeOut=1000
#TimeStartOut=0
\ No newline at end of file
##################################################
#GPU Mapping
##################################################
Devices="0 1 2 3"
NumberOfDevices=2
##################################################
#informations for Writing
##################################################
Path=/work/y0078217/Results/SphereScalingResults/2GPU/
#Path="F:/Work/Computations/out/SphereScaling/"
#Prefix="SphereScaling"
#WriteGrid=true
##################################################
#informations for reading
##################################################
GridPath=/work/y0078217/Grids/GridSphereScaling/SphereScaling2GPU
#GridPath="C:"
##################################################
#number of grid levels
##################################################
#NOGL=1
##################################################
#LBM Version
##################################################
#D3Qxx=27
#MainKernelName=CumulantK17CompChim
##################################################
#simulation parameter
##################################################
TimeEnd=100000
TimeOut=1000
#TimeStartOut=0
\ No newline at end of file
##################################################
#GPU Mapping
##################################################
Devices="0 1 2 3"
NumberOfDevices=4
##################################################
#informations for Writing
##################################################
Path=/work/y0078217/Results/SphereScalingResults/4GPU/
#Path="F:/Work/Computations/out/SphereScaling/"
#Prefix="SphereScaling"
#WriteGrid=true
##################################################
#informations for reading
##################################################
GridPath=/work/y0078217/Grids/GridSphereScaling/SphereScaling4GPU
#GridPath="C:"
##################################################
#number of grid levels
##################################################
#NOGL=1
##################################################
#LBM Version
##################################################
#D3Qxx=27
#MainKernelName=CumulantK17CompChim
##################################################
#simulation parameter
##################################################
TimeEnd=100000
TimeOut=1000
#TimeStartOut=0
\ No newline at end of file
......@@ -44,6 +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/MusselOyster)
add_subdirectory(apps/gpu/LBM/MusselOyster2x)
add_subdirectory(apps/gpu/LBM/MusselOyster3z)
......
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