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

Add target path to MPI debugger configuration in CMake

parent 817ec620
No related branches found
No related tags found
1 merge request!104Add Communication Hiding to GPU version
...@@ -7,4 +7,4 @@ set_source_files_properties(MusselOyster.cpp PROPERTIES LANGUAGE CUDA) ...@@ -7,4 +7,4 @@ set_source_files_properties(MusselOyster.cpp PROPERTIES LANGUAGE CUDA)
set_target_properties(MusselOyster PROPERTIES set_target_properties(MusselOyster PROPERTIES
CUDA_SEPARABLE_COMPILATION ON CUDA_SEPARABLE_COMPILATION ON
VS_DEBUGGER_COMMAND "C:/Program Files/Microsoft MPI/Bin/mpiexec.exe" VS_DEBUGGER_COMMAND "C:/Program Files/Microsoft MPI/Bin/mpiexec.exe"
VS_DEBUGGER_COMMAND_ARGUMENTS "-n 2 $(TargetPath)") VS_DEBUGGER_COMMAND_ARGUMENTS "-n 2 C:/Users/Master/Documents/MasterAnna/VirtualFluids_dev/build/bin/Release/MusselOyster.exe")
\ No newline at end of file \ 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