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

Fix error in cmake of DrivenCavityMultiGPU

parent a5aacfa5
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(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:MusselOyster>\"")
\ No newline at end of file
VS_DEBUGGER_COMMAND_ARGUMENTS "-n 2 \"$<TARGET_FILE:DrivenCavityMultiGPU>\"")
\ 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