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
16300a2e
Commit
16300a2e
authored
Feb 04, 2017
by
Andreas Marek
Browse files
Pass tmat_dev from bandred to band_to_full
parent
037804ba
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/elpa2_bandred_template.X90
View file @
16300a2e
...
...
@@ -67,9 +67,7 @@
(na, a, &
a_dev, &
lda, nblk, nbw, matrixCols, numBlocks, mpi_comm_rows, mpi_comm_cols, tmat, &
#if REALCASE == 1
tmat_dev, &
#endif
wantDebug, useGPU, success &
#if REALCASE == 1
, useQR)
...
...
src/elpa2_template.X90
View file @
16300a2e
...
...
@@ -293,9 +293,7 @@
(na, a, &
a_dev, &
lda, nblk, nbw, matrixCols, num_blocks, mpi_comm_rows, mpi_comm_cols, tmat, &
#if REALCASE == 1
tmat_dev, &
#endif
wantDebug, do_useGPU, success &
#if REALCASE == 1
, useQRActual &
...
...
@@ -445,9 +443,7 @@
(na, nev, nblk, nbw, a, &
a_dev, &
lda, tmat, &
#if REALCASE == 1
tmat_dev, &
#endif
q, &
#if REALCASE == 1
q_dev, &
...
...
src/elpa2_trans_ev_band_to_full_template.X90
View file @
16300a2e
...
...
@@ -57,9 +57,7 @@
(na, nqc, nblk, nbw, a, &
a_dev, &
lda, tmat, &
#if REALCASE == 1
tmat_dev, &
#endif
q, &
#if REALCASE == 1
q_dev, &
...
...
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