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
33bfb23b
Commit
33bfb23b
authored
Sep 12, 2014
by
COULAUD Olivier
Browse files
Fix typo in doc
Protect Utils repository
parent
f89b1bb6
Changes
2
Show whitespace changes
Inline
Side-by-side
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
ScalFMM_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