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
e5955c49
Commit
e5955c49
authored
Mar 25, 2015
by
BRAMAS Berenger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove double prec from cmake
parent
b62cb0a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
CMakeLists.txt
CMakeLists.txt
+0
-1
Src/ScalFmmConfig.h.cmake
Src/ScalFmmConfig.h.cmake
+0
-6
No files found.
CMakeLists.txt
View file @
e5955c49
...
...
@@ -58,7 +58,6 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/CMakeModules/morse/")
option
(
ScalFMM_BUILD_DEBUG
"Set to ON to build in Debug"
OFF
)
option
(
ScalFMM_USE_LOG
"Set to ON to print output debug information"
OFF
)
option
(
ScalFMM_USE_MEM_STATS
"Set to ON to profile memory"
OFF
)
option
(
ScalFMM_USE_DOUBLE_PRECISION
"Set to ON to compile in double precision"
ON
)
option
(
ScalFMM_ATTACHE_SOURCE
"Set to ON to compile with -g"
OFF
)
option
(
ScalFMM_USE_ADDONS
"Set to ON to compile add ons"
OFF
)
option
(
ScalFMM_USE_SSE
"Set to ON to compile with SSE support (and use intrinsec SSE P2P)"
ON
)
...
...
Src/ScalFmmConfig.h.cmake
View file @
e5955c49
...
...
@@ -48,12 +48,6 @@
#cmakedefine ScalFMM_USE_MEM_STATS
///////////////////////////////////////////////////////
// Double precision
///////////////////////////////////////////////////////
#cmakedefine ScalFMM_USE_DOUBLE_PRECISION
///////////////////////////////////////////////////////
// CUDA
///////////////////////////////////////////////////////
...
...
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