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
2728fd56
Commit
2728fd56
authored
May 05, 2021
by
Andreas Marek
Browse files
Remove forgotten print statements
parent
9c8fff56
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/elpa1/elpa1_template.F90
View file @
2728fd56
...
...
@@ -324,7 +324,6 @@ function elpa_solve_evp_&
useGPU
=
.false.
endif
print
*
,
"after activating gpu..."
call
obj
%
get
(
"is_skewsymmetric"
,
skewsymmetric
,
error
)
if
(
error
.ne.
ELPA_OK
)
then
print
*
,
"Problem getting option for skewsymmetric. Aborting..."
...
...
@@ -358,7 +357,6 @@ function elpa_solve_evp_&
do_useGPU
=
.false.
print
*
,
"before check gpu..."
if
(
useGPU
)
then
call
obj
%
timer
%
start
(
"check_for_gpu"
)
...
...
@@ -387,7 +385,6 @@ function elpa_solve_evp_&
endif
print
*
,
"after check gpu..."
do_useGPU_tridiag
=
do_useGPU
do_useGPU_solve_tridi
=
do_useGPU
do_useGPU_trans_ev
=
do_useGPU
...
...
@@ -456,7 +453,6 @@ function elpa_solve_evp_&
#ifdef WITH_NVTX
call
nvtxRangePush
(
"tridi"
)
#endif
print
*
,
"before tridiag..."
call
tridiag_
&
&
MATH_DATATYPE
&
&
_
&
...
...
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