Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ScalFMM
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
List
Boards
Labels
Milestones
Packages
Packages
Container Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
solverstack
ScalFMM
Commits
132dfe95
Commit
132dfe95
authored
Mar 14, 2015
by
BRAMAS Berenger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
Src/Core/FFmmAlgorithmPeriodic.hpp
Src/Core/FFmmAlgorithmPeriodic.hpp
+2
-0
Src/Core/FFmmAlgorithmThreadProcPeriodic.hpp
Src/Core/FFmmAlgorithmThreadProcPeriodic.hpp
+2
-0
No files found.
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
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