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
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_&
...
@@ -155,7 +155,7 @@ subroutine solve_tridi_&
(
obj
,
l_cols
,
nev1
,
nc
,
d
(
nc
+1
),
e
(
nc
+1
),
q
,
ldq
,
nblk
,
&
(
obj
,
l_cols
,
nev1
,
nc
,
d
(
nc
+1
),
e
(
nc
+1
),
q
,
ldq
,
nblk
,
&
matrixCols
,
mpi_comm_rows
,
useGPU
,
wantDebug
,
success
,
max_threads
)
matrixCols
,
mpi_comm_rows
,
useGPU
,
wantDebug
,
success
,
max_threads
)
if
(
.not.
(
success
))
then
if
(
.not.
(
success
))
then
call
obj
%
timer
%
stop
(
"solve_tridi"
//
PRECISION_SUFFIX
)
call
obj
%
timer
%
stop
(
"solve_tridi"
//
PRECISION_SUFFIX
//
gpuString
)
return
return
endif
endif
! If there is only 1 processor column, we are done
! If there is only 1 processor column, we are done
...
@@ -167,7 +167,7 @@ subroutine solve_tridi_&
...
@@ -167,7 +167,7 @@ subroutine solve_tridi_&
stop
1
stop
1
endif
endif
call
obj
%
timer
%
stop
(
"solve_tridi"
//
PRECISION_SUFFIX
)
call
obj
%
timer
%
stop
(
"solve_tridi"
//
PRECISION_SUFFIX
//
gpuString
)
return
return
endif
endif
...
@@ -230,7 +230,7 @@ subroutine solve_tridi_&
...
@@ -230,7 +230,7 @@ subroutine solve_tridi_&
&
PRECISION
&
&
PRECISION
&
(
obj
,
0
,
np_cols
,
useGPU
,
wantDebug
,
success
)
(
obj
,
0
,
np_cols
,
useGPU
,
wantDebug
,
success
)
if
(
.not.
(
success
))
then
if
(
.not.
(
success
))
then
call
obj
%
timer
%
stop
(
"solve_tridi"
//
PRECISION_SUFFIX
)
call
obj
%
timer
%
stop
(
"solve_tridi"
//
PRECISION_SUFFIX
//
gpuString
)
return
return
endif
endif
...
...
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