Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
solverstack
ScalFMM
Commits
371e670b
Commit
371e670b
authored
Nov 12, 2015
by
Samuel Pitoiset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmake: fix description of commute/oprio/redux options
parent
12a7a7e3
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 @
371e670b
...
...
@@ -88,9 +88,9 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_CURRENT_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_USE_COMMUTE
"Set to ON to
enable commute
with StarPU"
ON
)
option
(
SCALFMM_STARPU_USE_REDUX
"Set to ON to
enable redux
with StarPU"
ON
)
option
(
SCALFMM_STARPU_USE_PRIO
"Set to ON to
enable priority
with StarPU"
ON
)
option
(
SCALFMM_STARPU_FORCE_NO_SCHEDULER
"Set to ON to disable heteroprio even if supported"
OFF
)
endif
()
message
(
STATUS
"AVANT
${
CMAKE_CXX_COMPILER_ID
}
"
)
...
...
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