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
0cbe1ec4
Commit
0cbe1ec4
authored
10 years ago
by
Samuel Pitoiset
Browse files
Options
Downloads
Patches
Plain Diff
cmake: allow to enable tasks priority (KStar/StarPU compiler only)
parent
12460cdb
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-0
1 addition, 0 deletions
CMakeLists.txt
Src/ScalFmmConfig.h.cmake
+6
-0
6 additions, 0 deletions
Src/ScalFmmConfig.h.cmake
with
7 additions
and
0 deletions
CMakeLists.txt
+
1
−
0
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
)
...
...
This diff is collapsed.
Click to expand it.
Src/ScalFmmConfig.h.cmake
+
6
−
0
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
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