Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ScalFMM
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
solverstack
ScalFMM
Commits
59e63d15
Commit
59e63d15
authored
Nov 24, 2014
by
COULAUD Olivier
Browse files
Options
Browse Files
Download
Plain Diff
Protect STARPU option
parents
ee18c473
cda68f64
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
CMakeLists.txt
CMakeLists.txt
+4
-1
No files found.
CMakeLists.txt
View file @
59e63d15
...
...
@@ -64,7 +64,10 @@ OPTION( ScalFMM_USE_AVX "Set to ON to compile with AVX support"
OPTION
(
ScalFMM_USE_ASSERT
"Set to ON to enable safe tests during execution"
ON
)
OPTION
(
ScalFMM_USE_MIC_NATIVE
"Set to ON to compile in native mode for MIC"
OFF
)
OPTION
(
ScalFMM_BUILD_ONLY_LIB
"Set to ON to compile only the lib (examples are not compiled) "
OFF
)
OPTION
(
ScalFMM_ONLY_DEVEL
"Set to ON to compile Development tools (only scalfmm team)"
OFF
)
OPTION
(
ScalFMM_ONLY_DEVEL
"Set to ON to compile Development tools (only scalfmm team)"
ON
)
if
(
ScalFMM_ONLY_DEVEL
)
OPTION
(
ScalFMM_USE_STARPU
"Set to ON to build ScaFMM with StarPU"
OFF
)
endif
# Set scalfmm to default libraries
SET
(
SCALFMM_LIBRARIES
""
)
SET
(
ScaLFMM_CXX_FLAGS
""
)
...
...
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