Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
ff85d223
Commit
ff85d223
authored
Sep 22, 2015
by
PRUVOST Florent
Browse files
correct indent
parent
37f43c07
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
ff85d223
...
...
@@ -625,9 +625,9 @@ 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
()
unset
(
STARPU_MPI_COMM_RANK_FOUND CACHE
)
check_function_exists
(
starpu_mpi_comm_rank STARPU_MPI_COMM_RANK_FOUND
)
if
(
STARPU_MPI_COMM_RANK_FOUND
)
unset
(
STARPU_MPI_COMM_RANK_FOUND CACHE
)
check_function_exists
(
starpu_mpi_comm_rank STARPU_MPI_COMM_RANK_FOUND
)
if
(
STARPU_MPI_COMM_RANK_FOUND
)
message
(
"--
${
Blue
}
Add definition HAVE_STARPU_MPI_COMM_RANK - Activate"
"use of starpu_mpi_comm_rank() in Chameleon with StarPU
${
ColourReset
}
"
)
add_definitions
(
-DHAVE_STARPU_MPI_COMM_RANK
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment