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
132dfe95
Commit
132dfe95
authored
Mar 14, 2015
by
BRAMAS Berenger
Browse files
Set the real number of level in the tree common from the periodic algorithm
parent
8df3c39c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Src/Core/FFmmAlgorithmPeriodic.hpp
View file @
132dfe95
...
...
@@ -67,6 +67,8 @@ public:
FAssertLF
(
tree
,
"tree cannot be null"
);
FAssertLF
(
-
1
<=
inUpperLevel
,
"inUpperLevel cannot be < -1"
);
FAbstractAlgorithm
::
setNbLevelsInTree
(
extendedTreeHeight
());
FLOG
(
FLog
::
Controller
<<
"FFmmAlgorithmPeriodic
\n
"
);
}
...
...
Src/Core/FFmmAlgorithmThreadProcPeriodic.hpp
View file @
132dfe95
...
...
@@ -149,6 +149,8 @@ public:
FAssertLF
(
tree
,
"tree cannot be null"
);
FAssertLF
(
-
1
<=
inUpperLevel
,
"inUpperLevel cannot be < -1"
);
FAbstractAlgorithm
::
setNbLevelsInTree
(
extendedTreeHeight
());
FLOG
(
FLog
::
Controller
<<
"FFmmAlgorithmThreadProcPeriodic
\n
"
);
FLOG
(
FLog
::
Controller
<<
"Max threads = "
<<
MaxThreads
<<
", Procs = "
<<
nbProcess
<<
", I am "
<<
idProcess
<<
".
\n
"
);
}
...
...
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