diff --git a/CMakeLists.txt b/CMakeLists.txt index 228d03a890b1e57e891c2211e9132a287971ee54..3816bd16703d0fadee7cb5f965635ad7e69570f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -626,6 +626,12 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/cmake_modules/") " - starpu_mpi_data_register() test fails in StarPU${ColourReset}") message("-- ${Red}Check in CMakeFiles/CMakeError.log to figure out why it fails${ColourReset}") 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() if(HWLOC_FOUND AND HWLOC_LIBRARY_DIRS) # the RPATH to be used when installing