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
9212cca0
Commit
9212cca0
authored
Sep 15, 2015
by
THIBAULT Samuel
Browse files
Hardcode presence of starpu_mpi_data_register in simgrid-mpi case
parent
f19e4b89
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
9212cca0
...
...
@@ -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
...
...
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