Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
ScalFMM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
ScalFMM
Commits
76fb0b83
Commit
76fb0b83
authored
9 years ago
by
Samuel Pitoiset
Browse files
Options
Downloads
Patches
Plain Diff
cmake: fix options which disable commute/redux/prio
parent
c8b69a4b
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+3
-3
3 additions, 3 deletions
CMakeLists.txt
with
3 additions
and
3 deletions
CMakeLists.txt
+
3
−
3
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_
US
E_COMMUTE
"Set to ON to
build SCALFMM
with StarPU"
ON
)
option
(
SCALFMM_STARPU_
US
E_REDUX
"Set to ON to
build SCALFMM
with StarPU"
ON
)
option
(
SCALFMM_STARPU_
US
E_PRIO
"Set to ON to
build SCALFMM
with StarPU"
ON
)
option
(
SCALFMM_STARPU_
DISABL
E_COMMUTE
"Set to ON to
disable commute
with StarPU"
ON
)
option
(
SCALFMM_STARPU_
DISABL
E_REDUX
"Set to ON to
disable redux
with StarPU"
ON
)
option
(
SCALFMM_STARPU_
DISABL
E_PRIO
"Set to ON to
disable priority
with StarPU"
ON
)
endif
()
message
(
STATUS
"AVANT
${
CMAKE_CXX_COMPILER_ID
}
"
)
if
(
SCALFMM_USE_MPI
)
...
...
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