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

Adding CXX libraries to MPI

parent ffe6a6e5
No related branches found
No related tags found
No related merge requests found
Pipeline #2952 failed
Subproject commit 6af6f3f05fe1a7150deb3577994a3478544a486b
Subproject commit 9e2a8ae07aebc768469213432f614e0e98b9480b
openfpm_numerics @ 09e1a8b0
Subproject commit 62c83c3434278ff05c3dc0a20ea78d5e84405ba8
Subproject commit 09e1a8b0e47c201308e2d43912dd32e4eba486d5
openfpm_vcluster @ 34c5b048
Subproject commit 746ffe063550d24280a6c470f76ca9c2785b7264
Subproject commit 34c5b048bb0376999729360d77a8ceab2bfbd494
......@@ -182,6 +182,7 @@ target_link_libraries(pdata ${PETSC_LIBRARIES})
target_link_libraries(pdata ${Vc_LIBRARIES})
target_link_libraries(pdata ${alpaka_LIBRARIES})
target_link_libraries(pdata ${MPI_C_LIBRARIES})
target_link_libraries(pdata ${MPI_CXX_LIBRARIES})
target_link_libraries(pdata vcluster)
target_link_libraries(pdata ofpmmemory)
......
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