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

Remove VS Debugger commands from cmake lists

parent f3034094
No related branches found
No related tags found
1 merge request!104Add Communication Hiding to GPU version
......@@ -5,6 +5,4 @@ vf_add_library(BUILDTYPE binary PRIVATE_LINK basics VirtualFluids_GPU GridGenera
set_source_files_properties(DrivenCavityMultiGPU.cpp PROPERTIES LANGUAGE CUDA)
set_target_properties(DrivenCavityMultiGPU PROPERTIES
CUDA_SEPARABLE_COMPILATION ON
VS_DEBUGGER_COMMAND "C:/Program Files/Microsoft MPI/Bin/mpiexec.exe"
VS_DEBUGGER_COMMAND_ARGUMENTS "-n 2 \"$<TARGET_FILE:DrivenCavityMultiGPU>\"")
\ No newline at end of file
CUDA_SEPARABLE_COMPILATION ON)
\ No newline at end of file
......@@ -5,6 +5,4 @@ vf_add_library(BUILDTYPE binary PRIVATE_LINK basics VirtualFluids_GPU GridGenera
set_source_files_properties(MusselOyster.cpp PROPERTIES LANGUAGE CUDA)
set_target_properties(MusselOyster PROPERTIES
CUDA_SEPARABLE_COMPILATION ON
VS_DEBUGGER_COMMAND "C:/Program Files/Microsoft MPI/Bin/mpiexec.exe"
VS_DEBUGGER_COMMAND_ARGUMENTS "-n 2 \"$<TARGET_FILE:MusselOyster>\"")
\ No newline at end of file
CUDA_SEPARABLE_COMPILATION ON)
\ No newline at end of file
......@@ -5,6 +5,4 @@ vf_add_library(BUILDTYPE binary PRIVATE_LINK basics VirtualFluids_GPU GridGenera
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
CUDA_SEPARABLE_COMPILATION ON)
\ No newline at end of file
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