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
a520490f
Commit
a520490f
authored
Mar 24, 2015
by
Andreas Marek
Browse files
Error when merging real GPU version
parent
3ea32c22
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/elpa2.F90
View file @
a520490f
...
...
@@ -907,7 +907,7 @@ subroutine bandred_real(na, a, lda, nblk, nbw, mpi_comm_rows, mpi_comm_cols, &
vav
=
0
#ifdef WITH_GPU_VERSION
if
(
l_rows
>
0
)
&
call
dsyrk
(
'U'
,
'T'
,
n_cols
,
l_rows
,
1.d0
,
vmr
,
ubound
(
vmr
,
1
)
,
0.d0
,
vav
,
ubound
(
vav
,
1
))
call
dsyrk
(
'U'
,
'T'
,
n_cols
,
l_rows
,
1.d0
,
vmr
,
cur_l_rows
,
0.d0
,
vav
,
ubound
(
vav
,
1
))
#else
if
(
l_rows
>
0
)
&
call
dsyrk
(
'U'
,
'T'
,
n_cols
,
l_rows
,
1.d0
,
vmr
,
ubound
(
vmr
,
1
),
0.d0
,
vav
,
ubound
(
vav
,
1
))
...
...
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