From 3b2e913f08fe9412867d5667d2a3c9a79aada788 Mon Sep 17 00:00:00 2001 From: Samuel Thibault <samuel.thibault@inria.fr> Date: Thu, 17 Sep 2015 12:54:59 +0000 Subject: [PATCH] Fix comment --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 323a92151..abcb8d4a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}") add_definitions(-DHAVE_STARPU_MPI_COMM_RANK) 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}") message("-- ${Red}Check in CMakeFiles/CMakeError.log to figure out why it fails${ColourReset}") endif() -- GitLab