Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Chameleon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
Chameleon
Commits
9212cca0
Commit
9212cca0
authored
9 years ago
by
THIBAULT Samuel
Browse files
Options
Downloads
Patches
Plain Diff
Hardcode presence of starpu_mpi_data_register in simgrid-mpi case
parent
f19e4b89
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+6
-0
6 additions, 0 deletions
CMakeLists.txt
with
6 additions
and
0 deletions
CMakeLists.txt
+
6
−
0
View file @
9212cca0
...
@@ -626,6 +626,12 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/cmake_modules/")
...
@@ -626,6 +626,12 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/cmake_modules/")
" - starpu_mpi_data_register() test fails in StarPU
${
ColourReset
}
"
)
" - starpu_mpi_data_register() 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
()
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
()
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment