Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Chameleon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
9212cca0
Commit
9212cca0
authored
Sep 15, 2015
by
THIBAULT Samuel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hardcode presence of starpu_mpi_data_register in simgrid-mpi case
parent
f19e4b89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
CMakeLists.txt
CMakeLists.txt
+6
-0
No files found.
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
Markdown
is supported
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