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
4325f6b1
Commit
4325f6b1
authored
Feb 04, 2015
by
PRUVOST Florent
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improve some messages for consistency
parent
329c1be8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
CMakeLists.txt
CMakeLists.txt
+4
-4
No files found.
CMakeLists.txt
View file @
4325f6b1
...
@@ -366,7 +366,7 @@ if(NOT CHAMELEON_SIMULATION)
...
@@ -366,7 +366,7 @@ if(NOT CHAMELEON_SIMULATION)
if
(
CUDA_FOUND
)
if
(
CUDA_FOUND
)
message
(
"--
${
Blue
}
Add definition CHAMELEON_USE_CUDA"
message
(
"--
${
Blue
}
Add definition CHAMELEON_USE_CUDA"
" - Activate CUDA
${
ColourReset
}
"
)
" - Activate CUDA
in Chameleon
${
ColourReset
}
"
)
add_definitions
(
-DCHAMELEON_USE_CUDA
)
add_definitions
(
-DCHAMELEON_USE_CUDA
)
if
(
CUDA_VERSION VERSION_LESS
"3.0"
)
if
(
CUDA_VERSION VERSION_LESS
"3.0"
)
set
(
CUDA_HOST_COMPILATION_CPP OFF
)
set
(
CUDA_HOST_COMPILATION_CPP OFF
)
...
@@ -527,7 +527,7 @@ if( CHAMELEON_SCHED_STARPU )
...
@@ -527,7 +527,7 @@ if( CHAMELEON_SCHED_STARPU )
# Add definition and include_dir if found
# Add definition and include_dir if found
if
(
STARPU_FOUND
)
if
(
STARPU_FOUND
)
message
(
"--
${
Blue
}
Add definition CHAMELEON_SCHED_STARPU"
message
(
"--
${
Blue
}
Add definition CHAMELEON_SCHED_STARPU"
" -
Use of StarPU inside
Chameleon
${
ColourReset
}
"
)
" -
Activate StarPU in
Chameleon
${
ColourReset
}
"
)
add_definitions
(
-DCHAMELEON_SCHED_STARPU
)
# TODO: remove that
add_definitions
(
-DCHAMELEON_SCHED_STARPU
)
# TODO: remove that
include_directories
(
${
STARPU_INCLUDE_DIRS
}
)
include_directories
(
${
STARPU_INCLUDE_DIRS
}
)
set
(
CMAKE_REQUIRED_INCLUDES
"
${
STARPU_INCLUDE_DIRS
}
"
)
set
(
CMAKE_REQUIRED_INCLUDES
"
${
STARPU_INCLUDE_DIRS
}
"
)
...
@@ -638,7 +638,7 @@ if( CHAMELEON_SCHED_QUARK )
...
@@ -638,7 +638,7 @@ if( CHAMELEON_SCHED_QUARK )
# Add definition and include_dir if found
# Add definition and include_dir if found
if
(
QUARK_FOUND
)
if
(
QUARK_FOUND
)
message
(
"--
${
Blue
}
Add definition CHAMELEON_SCHED_QUARK"
message
(
"--
${
Blue
}
Add definition CHAMELEON_SCHED_QUARK"
" -
Use of QUARK inside
Chameleon
${
ColourReset
}
"
)
" -
Activate QUARK in
Chameleon
${
ColourReset
}
"
)
add_definitions
(
-DCHAMELEON_SCHED_QUARK
)
# TODO: remove that
add_definitions
(
-DCHAMELEON_SCHED_QUARK
)
# TODO: remove that
include_directories
(
${
QUARK_INCLUDE_DIRS
}
)
include_directories
(
${
QUARK_INCLUDE_DIRS
}
)
if
(
QUARK_LIBRARY_DIRS
)
if
(
QUARK_LIBRARY_DIRS
)
...
@@ -756,7 +756,7 @@ if ( CHAMELEON_SIMULATION )
...
@@ -756,7 +756,7 @@ if ( CHAMELEON_SIMULATION )
include_directories
(
${
CMAKE_CURRENT_BINARY_DIR
}
/simucore/simulapacke
)
include_directories
(
${
CMAKE_CURRENT_BINARY_DIR
}
/simucore/simulapacke
)
add_subdirectory
(
simucore
)
add_subdirectory
(
simucore
)
message
(
"--
${
Blue
}
Add definition CHAMELEON_SIMULATION"
message
(
"--
${
Blue
}
Add definition CHAMELEON_SIMULATION"
" - Activate simulation mode (to use with StarPU+SimGrid)
${
ColourReset
}
"
)
" - Activate simulation mode
in Chameleon
(to use with StarPU+SimGrid)
${
ColourReset
}
"
)
add_definitions
(
-DCHAMELEON_SIMULATION
)
add_definitions
(
-DCHAMELEON_SIMULATION
)
endif
()
endif
()
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
...
...
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