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
78a1905a
Commit
78a1905a
authored
Feb 02, 2015
by
BRAMAS Berenger
Browse files
Forgot to update the parent data
parent
c7fae808
Changes
6
Hide whitespace changes
Inline
Side-by-side
Src/Core/FFmmAlgorithmSectionTask.hpp
View file @
78a1905a
...
...
@@ -72,6 +72,8 @@ public:
}
}
FAbstractAlgorithm
::
setNbLevelsInTree
(
tree
->
getHeight
());
FLOG
(
FLog
::
Controller
<<
"FFmmAlgorithmSectionTask (Max Thread "
<<
omp_get_max_threads
()
<<
")
\n
"
);
}
...
...
Src/Core/FFmmAlgorithmTask.hpp
View file @
78a1905a
...
...
@@ -72,6 +72,8 @@ public:
}
}
FAbstractAlgorithm
::
setNbLevelsInTree
(
tree
->
getHeight
());
FLOG
(
FLog
::
Controller
<<
"FFmmAlgorithmTask (Max Thread "
<<
omp_get_max_threads
()
<<
")
\n
"
);
}
...
...
Src/Core/FFmmAlgorithmThread.hpp
View file @
78a1905a
...
...
@@ -81,6 +81,8 @@ public:
}
}
FAbstractAlgorithm
::
setNbLevelsInTree
(
tree
->
getHeight
());
FLOG
(
FLog
::
Controller
<<
"FFmmAlgorithmThread (Max Thread "
<<
omp_get_max_threads
()
<<
")
\n
"
);
}
...
...
Src/Core/FFmmAlgorithmThreadProc.hpp
View file @
78a1905a
...
...
@@ -150,6 +150,8 @@ public:
}
}
FAbstractAlgorithm
::
setNbLevelsInTree
(
tree
->
getHeight
());
FLOG
(
FLog
::
Controller
<<
"FFmmAlgorithmThreadProc
\n
"
);
FLOG
(
FLog
::
Controller
<<
"Max threads = "
<<
MaxThreads
<<
", Procs = "
<<
nbProcess
<<
", I am "
<<
idProcess
<<
".
\n
"
);
}
...
...
Src/Core/FFmmAlgorithmThreadTsm.hpp
View file @
78a1905a
...
...
@@ -76,6 +76,8 @@ public:
}
}
FAbstractAlgorithm
::
setNbLevelsInTree
(
tree
->
getHeight
());
FLOG
(
FLog
::
Controller
<<
"FFmmAlgorithmThreadTsm
\n
"
);
}
...
...
Src/Core/FFmmAlgorithmTsm.hpp
View file @
78a1905a
...
...
@@ -61,6 +61,8 @@ public:
FAssertLF
(
tree
,
"tree cannot be null"
);
FAssertLF
(
kernels
,
"kernels cannot be null"
);
FAbstractAlgorithm
::
setNbLevelsInTree
(
tree
->
getHeight
());
FLOG
(
FLog
::
Controller
<<
"FFmmAlgorithmTsm
\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