Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
9513796c
Commit
9513796c
authored
May 08, 2018
by
Andreas Marek
Browse files
Fix errors introduced with merge
parent
80951583
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/elpa2/elpa2_bandred_template.F90
View file @
9513796c
...
...
@@ -65,7 +65,7 @@
&
_
&
&
PRECISION
&
(
obj
,
na
,
a_mat
,
a_dev
,
lda
,
nblk
,
nbw
,
matrixCols
,
numBlocks
,
mpi_comm_rows
,
mpi_comm_cols
,
tmat
,
&
tmat_dev
,
wantDebug
,
useGPU
,
success
&
tmat_dev
,
wantDebug
,
useGPU
,
success
,
&
#if REALCASE == 1
useQR
,
&
#endif
...
...
src/elpa2/elpa2_template.F90
View file @
9513796c
...
...
@@ -507,7 +507,7 @@
&
PRECISION
&
(
obj
,
na
,
a
,
&
a_dev
,
lda
,
nblk
,
nbw
,
matrixCols
,
num_blocks
,
mpi_comm_rows
,
mpi_comm_cols
,
tmat
,
&
tmat_dev
,
wantDebug
,
do_useGPU_bandred
,
success
&
tmat_dev
,
wantDebug
,
do_useGPU_bandred
,
success
,
&
#if REALCASE == 1
useQRActual
,
&
#endif
...
...
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