Skip to content
GitLab
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
7e3239d4
Commit
7e3239d4
authored
Mar 02, 2016
by
COULAUD Olivier
Browse files
Add output
parent
2afd4369
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
7e3239d4
...
...
@@ -730,6 +730,7 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules/morse/
##################################################################
# Remove compilation of the drivers #
##################################################################
message
(
STATUS
"SCALFMM_BUILD_EXAMPLES =
${
SCALFMM_BUILD_EXAMPLES
}
"
)
if
(
SCALFMM_BUILD_EXAMPLES
)
# Build - Examples and drivers
add_subdirectory
(
Examples
)
...
...
Src/Utils/FLog.cpp
View file @
7e3239d4
...
...
@@ -23,6 +23,5 @@
FLog
FLog
::
Controller
;
#endif // SCALFMM_USE_DEBUG
Tests/Kernels/testUnifAlgorithmProc.cpp
View file @
7e3239d4
...
...
@@ -21,7 +21,10 @@
// ================
// Keep in private GIT
// ==== CMAKE =====
// @FUSE_FFT
// @FUSE_BLAS
// ================
#include
<iostream>
#include
<cstdio>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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