Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
0cbe1ec4
Commit
0cbe1ec4
authored
Jul 06, 2015
by
Samuel Pitoiset
Browse files
cmake: allow to enable tasks priority (KStar/StarPU compiler only)
parent
12460cdb
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
0cbe1ec4
...
...
@@ -78,6 +78,7 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/CMakeModules/morse/")
option
(
SCALFMM_USE_EZTRACE
"Set to ON to compile with eztrace framwork"
OFF
)
if
(
SCALFMM_ONLY_DEVEL
)
option
(
OPENMP_SUPPORT_COMMUTE
"Set to ON to let tasks commute (KSTAR/StarPU compiler only)"
OFF
)
option
(
OPENMP_SUPPORT_PRIORITY
"Set to ON to enable tasks priority (KSTAR/StarPU compiler only)"
OFF
)
option
(
SCALFMM_USE_STARPU
"Set to ON to build SCALFMM with StarPU"
OFF
)
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
)
...
...
Src/ScalFmmConfig.h.cmake
View file @
0cbe1ec4
...
...
@@ -120,4 +120,10 @@ const std::string SCALFMMCompileLibs("@SCALFMM_COMPILE_LIBS@");
#cmakedefine OPENMP_SUPPORT_COMMUTE
///////////////////////////////////////////////////////
// To use priority for KSTAR OMP4
///////////////////////////////////////////////////////
#cmakedefine OPENMP_SUPPORT_PRIORITY
#endif // CONFIG_H
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