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
b91ad9d4
Commit
b91ad9d4
authored
Jan 30, 2015
by
PRUVOST Florent
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comment to inform user when we have not found starpu_fxt_start_profiling in starpu
parent
a21ab01a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
CMakeLists.txt
CMakeLists.txt
+3
-0
No files found.
CMakeLists.txt
View file @
b91ad9d4
...
...
@@ -514,6 +514,9 @@ if( CHAMELEON_SCHED_STARPU )
if
(
STARPU_FXT_START_PROFILING_FOUND
)
message
(
STATUS
"Set HAVE_STARPU_FXT_PROFILING - Activate FxT profiling through StarPU"
)
add_definitions
(
-DHAVE_STARPU_FXT_PROFILING
)
else
()
message
(
STATUS
"Looking for starpu with fxt - starpu_fxt_start_profiling test fails in StarPU"
)
message
(
STATUS
"Check in CMakeFiles/CMakeError.log to figure out why it fails"
)
endif
()
endif
()
if
(
CHAMELEON_USE_MPI AND STARPU_MPI_LIBRARIES
)
...
...
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