Skip to content
Snippets Groups Projects
Commit 34c5b048 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Adding CXX libraries to MPI

parent 746ffe06
No related branches found
No related tags found
No related merge requests found
Pipeline #2951 failed
......@@ -159,6 +159,7 @@ endif()
# will also build with -std=c++11
target_compile_features(vcluster_test PUBLIC cxx_std_11)
target_link_libraries(vcluster_test ${MPI_C_LIBRARIES})
target_link_libraries(vcluster_test ${MPI_CXX_LIBRARIES})
if (CUDA_FOUND AND NOT CUDA_ON_CPU)
set(ADDITIONAL_OPENFPM_LIBS vcluster_cuda_on_cpu vcluster_dl_cuda_on_cpu)
......
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