Mentions légales du service

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

function detection is fixed

parent eb425569
No related branches found
No related tags found
No related merge requests found
......@@ -624,12 +624,6 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/cmake_modules/")
message("-- ${Red}Looking for starpu with starpu_mpi_data_register"
" - starpu_mpi_data_register() test fails in StarPU${ColourReset}")
message("-- ${Red}Check in CMakeFiles/CMakeError.log to figure out why it fails${ColourReset}")
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)
......
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