Skip to content
Snippets Groups Projects
Commit 8ef05231 authored by Martin Schönherr's avatar Martin Schönherr :speech_balloon:
Browse files

now VF_MPI ist used for CPU but not for GPU

parent 6cddd731
No related branches found
No related tags found
1 merge request!99Flag causes mpi compiler bug in GPU version - fixed + grid generator fix
......@@ -170,7 +170,9 @@ endif()
if(BUILD_USE_MPI)
find_package(MPI REQUIRED)
#list(APPEND VF_COMPILER_DEFINITION VF_MPI)
if(BUILD_VF_CPU)
list(APPEND VF_COMPILER_DEFINITION VF_MPI)
endif()
endif()
# boost
......
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