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
33bfb23b
Commit
33bfb23b
authored
Sep 12, 2014
by
COULAUD Olivier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in doc
Protect Utils repository
parent
f89b1bb6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
CMakeLists.txt
CMakeLists.txt
+3
-3
Doc/Site_dox/FDownload.dox
Doc/Site_dox/FDownload.dox
+1
-1
No files found.
CMakeLists.txt
View file @
33bfb23b
...
...
@@ -137,7 +137,6 @@ else()
IF
(
CMAKE_CXX_COMPILER_ID STREQUAL
"Intel"
)
SET
(
ScaLFMM_CXX_FLAGS
"
${
ScaLFMM_CXX_FLAGS
}
-ip -no-prec-div -no-prec-sqrt"
)
ENDIF
()
# Compile optimization
IF
(
APPLE
)
SET
(
SCALFMM_FLAGS_OPTI_RELEASE
"-m64 -funroll-loops"
CACHE STRING
"Set your optimization flags for release mode."
)
...
...
@@ -339,8 +338,9 @@ endif()
##################################################################
# Build tools (Internal use) #
##################################################################
# Build - Tests
if
(
NOT ScalFMM_BUILD_ONLY_LIB
)
# Build - UTIL
if
(
ScalFMM_ONLY_DEVEL
)
#if( NOT ScalFMM_BUILD_ONLY_LIB )
add_subdirectory
(
Utils
)
endif
()
...
...
Doc/Site_dox/FDownload.dox
View file @
33bfb23b
...
...
@@ -50,7 +50,7 @@
* <li> ScalFMM_ATTACHE_SOURCE : to build with -g </li>
* <li> SScalFMM_BUILD_TESTS : to build the text and the examples </li>
* <li> ScalFMM_BUILD_UTESTS : to build the unit tests </li>
* <li> S
S
calFMM_USE_ADDONS : to activate add ons </li>
* <li> ScalFMM_USE_ADDONS : to activate add ons </li>
* <ul>
* <li> SCALFMM_ADDON_FMMAPI : to build Fmm Api </li>
* </ul>
...
...
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