Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
elpa
elpa
Commits
7bcb325b
Commit
7bcb325b
authored
Jun 04, 2018
by
Pavel Kus
Browse files
fix in timer string
parent
ebbb06d8
Changes
1
Show whitespace changes
Inline
Side-by-side
src/elpa1/elpa1_solve_tridi_real_template.F90
View file @
7bcb325b
...
...
@@ -155,7 +155,7 @@ subroutine solve_tridi_&
(
obj
,
l_cols
,
nev1
,
nc
,
d
(
nc
+1
),
e
(
nc
+1
),
q
,
ldq
,
nblk
,
&
matrixCols
,
mpi_comm_rows
,
useGPU
,
wantDebug
,
success
,
max_threads
)
if
(
.not.
(
success
))
then
call
obj
%
timer
%
stop
(
"solve_tridi"
//
PRECISION_SUFFIX
)
call
obj
%
timer
%
stop
(
"solve_tridi"
//
PRECISION_SUFFIX
//
gpuString
)
return
endif
! If there is only 1 processor column, we are done
...
...
@@ -167,7 +167,7 @@ subroutine solve_tridi_&
stop
1
endif
call
obj
%
timer
%
stop
(
"solve_tridi"
//
PRECISION_SUFFIX
)
call
obj
%
timer
%
stop
(
"solve_tridi"
//
PRECISION_SUFFIX
//
gpuString
)
return
endif
...
...
@@ -230,7 +230,7 @@ subroutine solve_tridi_&
&
PRECISION
&
(
obj
,
0
,
np_cols
,
useGPU
,
wantDebug
,
success
)
if
(
.not.
(
success
))
then
call
obj
%
timer
%
stop
(
"solve_tridi"
//
PRECISION_SUFFIX
)
call
obj
%
timer
%
stop
(
"solve_tridi"
//
PRECISION_SUFFIX
//
gpuString
)
return
endif
...
...
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