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
db6c7de7
Commit
db6c7de7
authored
Jan 18, 2022
by
Andreas Marek
Browse files
Fix error in elpa_pdlarfb single precision
parent
63f39246
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/elpa2/qr/elpa_pdlarfb_template.F90
View file @
db6c7de7
...
...
@@ -418,7 +418,7 @@ subroutine qr_pdlarft_tree_merge_1dcomm_&
end
if
#else
if
(
localsize
.gt.
0
)
then
call
d
syrk
(
"Upper"
,
"Trans"
,
int
(
n
,
kind
=
BLAS_KIND
),
int
(
localsize
,
kind
=
BLAS_KIND
),
&
call
s
syrk
(
"Upper"
,
"Trans"
,
int
(
n
,
kind
=
BLAS_KIND
),
int
(
localsize
,
kind
=
BLAS_KIND
),
&
1.0_rk4
,
v
(
baseoffset
,
1
),
int
(
ldv
,
kind
=
BLAS_KIND
),
0.0_rk4
,
work
(
1
,
1
),
int
(
n
,
kind
=
BLAS_KIND
))
else
work
(
1
:
n
,
1
:
n
)
=
0.0_rk4
...
...
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