Mentions légales du service

Skip to content
Snippets Groups Projects

Draft: Parsec master

Open NICOLAS Brieuc requested to merge bnicolas/chameleon:parsec_master into master
72 files
+ 813
806
Compare changes
  • Side-by-side
  • Inline
Files
72
+ 1
1
@@ -349,7 +349,7 @@ else()
@@ -349,7 +349,7 @@ else()
target_link_libraries(chameleon PUBLIC coreblas)
target_link_libraries(chameleon PUBLIC coreblas)
endif()
endif()
target_link_libraries(chameleon PUBLIC hqr)
target_link_libraries(chameleon PUBLIC hqr)
if (CHAMELEON_USE_MPI)
if (CHAMELEON_USE_MPI OR CHAMELEON_SCHED_PARSEC)
target_link_libraries(chameleon PUBLIC MPI::MPI_C)
target_link_libraries(chameleon PUBLIC MPI::MPI_C)
endif()
endif()
if (CHAMELEON_USE_CUDA)
if (CHAMELEON_USE_CUDA)
Loading