Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ScalFMM
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
List
Boards
Labels
Milestones
Packages
Packages
Container Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
solverstack
ScalFMM
Commits
76fb0b83
Commit
76fb0b83
authored
Sep 11, 2015
by
Samuel Pitoiset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmake: fix options which disable commute/redux/prio
parent
c8b69a4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
CMakeLists.txt
CMakeLists.txt
+3
-3
No files found.
CMakeLists.txt
View file @
76fb0b83
...
...
@@ -87,9 +87,9 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/CMakeModules/morse/")
option
(
SCALFMM_BUILD_UTILS
"Set to ON to build utils Tests"
OFF
)
option
(
SCALFMM_DISABLE_NATIVE_OMP4
"Set to ON to disable the gcc/intel omp4"
OFF
)
option
(
SCALFMM_TIME_OMPTASKS
"Set to ON to time omp4 tasks and generate output file"
OFF
)
option
(
SCALFMM_STARPU_
USE_COMMUTE
"Set to ON to build SCALFMM
with StarPU"
ON
)
option
(
SCALFMM_STARPU_
USE_REDUX
"Set to ON to build SCALFMM
with StarPU"
ON
)
option
(
SCALFMM_STARPU_
USE_PRIO
"Set to ON to build SCALFMM
with StarPU"
ON
)
option
(
SCALFMM_STARPU_
DISABLE_COMMUTE
"Set to ON to disable commute
with StarPU"
ON
)
option
(
SCALFMM_STARPU_
DISABLE_REDUX
"Set to ON to disable redux
with StarPU"
ON
)
option
(
SCALFMM_STARPU_
DISABLE_PRIO
"Set to ON to disable priority
with StarPU"
ON
)
endif
()
message
(
STATUS
"AVANT
${
CMAKE_CXX_COMPILER_ID
}
"
)
if
(
SCALFMM_USE_MPI
)
...
...
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