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
Open sidebar
elpa
elpa
Commits
c14f2990
Commit
c14f2990
authored
Oct 04, 2018
by
Pavel Kus
Committed by
Andreas Marek
Oct 13, 2018
Browse files
renaming variable
parent
1c88bdf2
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/elpa1/elpa1_template.F90
View file @
c14f2990
...
...
@@ -112,7 +112,7 @@ function elpa_solve_evp_&
mpi_comm_rows
,
mpi_comm_cols
,
&
mpi_comm_all
,
check_pd
,
i
,
error
logical
::
do_
bandred
,
do_solve
,
do_trans_ev
logical
::
do_
tridiag
,
do_solve
,
do_trans_ev
integer
(
kind
=
ik
)
::
nrThreads
call
obj
%
timer
%
start
(
"elpa_solve_evp_&
...
...
@@ -308,11 +308,11 @@ function elpa_solve_evp_&
! start the computations
! as default do all three steps (this might change at some point)
do_
bandred
=
.true.
do_
tridiag
=
.true.
do_solve
=
.true.
do_trans_ev
=
.true.
if
(
do_
bandred
)
then
if
(
do_
tridiag
)
then
call
obj
%
timer
%
start
(
"forward"
)
call
tridiag_
&
&
MATH_DATATYPE
&
...
...
@@ -320,7 +320,7 @@ function elpa_solve_evp_&
&
PRECISION
&
&
(
obj
,
na
,
a
,
lda
,
nblk
,
matrixCols
,
mpi_comm_rows
,
mpi_comm_cols
,
ev
,
e
,
tau
,
do_useGPU_tridiag
,
wantDebug
,
nrThreads
)
call
obj
%
timer
%
stop
(
"forward"
)
endif
!do_
bandred
endif
!do_
tridiag
if
(
do_solve
)
then
call
obj
%
timer
%
start
(
"solve"
)
...
...
Write
Preview
Supports
Markdown
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