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
d8584aef
Commit
d8584aef
authored
May 19, 2017
by
Andreas Marek
Browse files
Add some missing timer calls
parent
e06489b5
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/elpa1/elpa_invert_trm.X90
View file @
d8584aef
...
...
@@ -96,6 +96,12 @@
integer(kind=ik) :: istat
character(200) :: errorMessage
call timer%start("elpa_invert_trm_&
&MATH_DATATYPE&
&_&
&PRECISION&
&")
na = obj%na
lda = obj%local_nrows
nblk = obj%nblk
...
...
@@ -193,6 +199,11 @@
#endif
success = .false.
call timer%stop("elpa_invert_trm_&
&MATH_DATATYPE&
&_&
&PRECISION&
&")
return
endif
...
...
@@ -303,6 +314,11 @@
stop 1
endif
call timer%stop("elpa_invert_trm_&
&MATH_DATATYPE&
&_&
&PRECISION&
&")
#undef REALCASE
#undef COMPLEXCASE
#undef DOUBLE_PRECISION
...
...
src/elpa1/elpa_solve_tridi_impl_public.X90
View file @
d8584aef
...
...
@@ -77,7 +77,11 @@
logical :: wantDebug
logical :: success
call timer%start("elpa_solve_tridi_public_&
&MATH_DATATYPE&
&_&
&PRECISION&
&")
na = obj%na
nev = obj%nev
nblk = obj%nblk
...
...
@@ -99,6 +103,13 @@
&_private_impl(na, nev, d, e, q, ldq, nblk, matrixCols, &
mpi_comm_rows, mpi_comm_cols, wantDebug, success)
call timer%stop("elpa_solve_tridi_public_&
&MATH_DATATYPE&
&_&
&PRECISION&
&")
#undef REALCASE
#undef COMPLEXCASE
#undef DOUBLE_PRECISION
...
...
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