Mentions légales du service

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

Fix comment

parent a5069068
No related branches found
No related tags found
No related merge requests found
...@@ -632,7 +632,7 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/cmake_modules/") ...@@ -632,7 +632,7 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/cmake_modules/")
"use of starpu_mpi_comm_rank() in Chameleon with StarPU${ColourReset}") "use of starpu_mpi_comm_rank() in Chameleon with StarPU${ColourReset}")
add_definitions(-DHAVE_STARPU_MPI_COMM_RANK) add_definitions(-DHAVE_STARPU_MPI_COMM_RANK)
else() else()
message("-- ${Red}Looking for starpu with starpu_mpi_data_register" message("-- ${Red}Looking for starpu with starpu_mpi_comm_rank"
" - starpu_mpi_comm_rank() test fails in StarPU${ColourReset}") " - starpu_mpi_comm_rank() 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()
......
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