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
6b897cb1
Commit
6b897cb1
authored
Dec 05, 2018
by
Philippe Virouleau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reviews
parent
5ca2d21c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
CMakeLists.txt
CMakeLists.txt
+0
-1
No files found.
.gitlab-ci.yml
View file @
6b897cb1
...
...
@@ -102,7 +102,7 @@ build_openmp:
-
build
-
chameleon_openmp.log
variables
:
BUILD_OPTIONS
:
"
-DCHAMELEON_SCHED_OPENMP=ON
-DCMAKE_Fortran_COMPILER=gfortran
-DCMAKE_C_COMPILER=gcc
-DCMAKE_CXX_COMPILER=g++
"
BUILD_OPTIONS
:
"
-DCHAMELEON_SCHED_OPENMP=ON"
VERSION
:
openmp
test_starpu_branches
:
...
...
CMakeLists.txt
View file @
6b897cb1
...
...
@@ -157,7 +157,6 @@ if ( CHAMELEON_SCHED_PARSEC OR CHAMELEON_SCHED_STARPU )
set
(
CHAMELEON_ENABLE_MPI ON FORCE
)
endif
()
# FIXME: with OpenMP-target we should enable CUDA too
# Use intermediate variable since cmake_dependent_option doesn't have OR conditions
set
(
CHAMELEON_ENABLE_CUDA OFF CACHE INTERNAL
"Tells if CUDA might be supported by the runtime"
)
if
(
CHAMELEON_SCHED_PARSEC OR CHAMELEON_SCHED_STARPU
)
...
...
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