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
elpa
elpa
Commits
cb554127
Commit
cb554127
authored
May 17, 2018
by
Pavel Kus
Browse files
if HAVE_DETAILED_TIMINGS is not switched on for autotuning,
time_spent is not initialized. Should be dealt with in a better way
parent
07349d00
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/elpa_impl.F90
View file @
cb554127
...
...
@@ -854,6 +854,8 @@ module elpa_impl
if
(
ts_impl
%
i
>=
0
)
then
#ifdef HAVE_DETAILED_TIMINGS
time_spent
=
self
%
autotune_timer
%
get
(
"accumulator"
)
#else
print
*
,
"Cannot do autotuning without detailed timings"
#endif
if
(
ts_impl
%
min_loc
==
-1
.or.
(
time_spent
<
ts_impl
%
min_val
))
then
ts_impl
%
min_val
=
time_spent
...
...
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