Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9212cca0 authored by THIBAULT Samuel's avatar THIBAULT Samuel
Browse files

Hardcode presence of starpu_mpi_data_register in simgrid-mpi case

parent f19e4b89
No related branches found
No related tags found
No related merge requests found
...@@ -626,6 +626,12 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/cmake_modules/") ...@@ -626,6 +626,12 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/cmake_modules/")
" - starpu_mpi_data_register() test fails in StarPU${ColourReset}") " - starpu_mpi_data_register() test fails in StarPU${ColourReset}")
message("-- ${Red}Check in CMakeFiles/CMakeError.log to figure out why it fails${ColourReset}") message("-- ${Red}Check in CMakeFiles/CMakeError.log to figure out why it fails${ColourReset}")
endif() endif()
if (CHAMELEON_SIMULATION)
# function detection fails due to conflicting main
# definitions. We know that the StarPU-simgrid-MPI version
# has it anyway.
add_definitions(-DHAVE_STARPU_MPI_DATA_REGISTER)
endif()
endif() endif()
if(HWLOC_FOUND AND HWLOC_LIBRARY_DIRS) if(HWLOC_FOUND AND HWLOC_LIBRARY_DIRS)
# the RPATH to be used when installing # the RPATH to be used when installing
......
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