Mentions légales du service

Skip to content
Snippets Groups Projects
Commit da3de956 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

indent

parent 32552409
No related branches found
No related tags found
No related merge requests found
...@@ -721,11 +721,11 @@ if( CHAMELEON_SCHED_STARPU ) ...@@ -721,11 +721,11 @@ if( CHAMELEON_SCHED_STARPU )
" - 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()
check_function_exists(starpu_mpi_cached_receive STARPU_MPI_CACHED_RECEIVE) check_function_exists(starpu_mpi_cached_receive STARPU_MPI_CACHED_RECEIVE)
if ( STARPU_MPI_CACHED_RECEIVE ) if ( STARPU_MPI_CACHED_RECEIVE )
set(HAVE_STARPU_MPI_CACHED_RECEIVE 1) set(HAVE_STARPU_MPI_CACHED_RECEIVE 1)
message("-- ${Blue}Add definition HAVE_STARPU_MPI_CACHED_RECEIVE${ColourReset}") message("-- ${Blue}Add definition HAVE_STARPU_MPI_CACHED_RECEIVE${ColourReset}")
endif() 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