Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
20c9aeda
Commit
20c9aeda
authored
May 02, 2014
by
Olivier Coulaud
Browse files
New options for sqrt
parent
1e5f16cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
20c9aeda
...
...
@@ -103,7 +103,7 @@ else()
STRING
(
REPLACE
"-O2"
""
CMAKE_CXX_FLAGS_RELEASE
${
CMAKE_CXX_FLAGS_RELEASE
}
)
# if compiler is intel add -ip
IF
(
CMAKE_CXX_COMPILER_ID STREQUAL
"Intel"
)
SET
(
ScaLFMM_CXX_FLAGS
"
${
ScaLFMM_CXX_FLAGS
}
-ip"
)
SET
(
ScaLFMM_CXX_FLAGS
"
${
ScaLFMM_CXX_FLAGS
}
-ip
} -no-prec-div -no-prec-sqrt
"
)
ENDIF
()
# Compile optimization
...
...
Write
Preview
Supports
Markdown
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