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
677be816
Commit
677be816
authored
Mar 20, 2012
by
Olivier Coulaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add -ip flag for intel compilor
parent
8543d635
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
CMakeLists.txt
CMakeLists.txt
+5
-0
No files found.
CMakeLists.txt
View file @
677be816
...
...
@@ -18,6 +18,7 @@ project(scalfmm)
# Active language
# -----------------------
ENABLE_LANGUAGE
(
CXX
)
MESSAGE
(
STATUS
" CXX
${
CMAKE_CXX_COMPILER_ID
}
"
)
# Options
OPTION
(
SCALFMM_USE_BLAS
"Set to ON to build ScaFMM with BLAS"
ON
)
...
...
@@ -44,8 +45,12 @@ if( SCALFMM_BUILD_DEBUG )
ADD_DEFINITIONS
(
-O0
)
else
()
SET
(
CMAKE_BUILD_TYPE Release
)
IF
(
CMAKE_CXX_COMPILER_ID STREQUAL
"Intel"
)
ADD_DEFINITIONS
(
-ip
)
ENDIF
()
endif
()
# starpu
if
(
SCALFMM_USE_STARPU
)
# starpu
...
...
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