Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
solverstack
ScalFMM
Commits
3fa19de3
Commit
3fa19de3
authored
Oct 06, 2015
by
BRAMAS Berenger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
print submission times (printed out with log)
parent
e325e4d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
Src/GroupTree/Core/FGroupTaskDepAlgorithm.hpp
Src/GroupTree/Core/FGroupTaskDepAlgorithm.hpp
+3
-0
Src/GroupTree/Core/FGroupTaskStarpuAlgorithm.hpp
Src/GroupTree/Core/FGroupTaskStarpuAlgorithm.hpp
+2
-0
No files found.
Src/GroupTree/Core/FGroupTaskDepAlgorithm.hpp
View file @
3fa19de3
...
...
@@ -139,6 +139,8 @@ protected:
{
#pragma omp single nowait
{
FLOG
(
FTic
timerSoumission
;
);
if
(
operationsToProceed
&
FFmmP2P
)
directPass
();
if
(
operationsToProceed
&
FFmmP2M
)
bottomPass
();
...
...
@@ -153,6 +155,7 @@ protected:
if
(
operationsToProceed
&
FFmmL2P
)
mergePass
();
FLOG
(
FLog
::
Controller
<<
"
\t\t
Submitting the tasks took "
<<
timerSoumission
.
tacAndElapsed
()
<<
"s
\n
"
);
#pragma omp taskwait
}
}
...
...
Src/GroupTree/Core/FGroupTaskStarpuAlgorithm.hpp
View file @
3fa19de3
...
...
@@ -318,6 +318,7 @@ protected:
#endif
//starpu_resume();
FLOG
(
FTic
timerSoumission
;
);
if
(
operationsToProceed
&
FFmmP2P
)
directPass
();
...
...
@@ -336,6 +337,7 @@ protected:
if
(
operationsToProceed
&
FFmmL2P
&&
!
directOnly
)
readParticle
();
#endif
FLOG
(
FLog
::
Controller
<<
"
\t\t
Submitting the tasks took "
<<
timerSoumission
.
tacAndElapsed
()
<<
"s
\n
"
);
starpu_task_wait_for_all
();
//starpu_pause();
...
...
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