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

Add MPI to debugger configuration in CMake

parent 9580514f
No related branches found
No related tags found
1 merge request!104Add Communication Hiding to GPU version
......@@ -4,4 +4,7 @@ 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)
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 $(TargetPath)")
\ 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