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
1526ac87
Unverified
Commit
1526ac87
authored
May 21, 2015
by
Andreas Marek
Browse files
Keep assumed-size arrays for now in elpa_qr
parent
c46877f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/elpa_qr/elpa_pdgeqrf.f90
View file @
1526ac87
...
...
@@ -70,14 +70,14 @@ subroutine qr_pdgeqrf_2dcomm(a,lda,v,ldv,tau,t,ldt,work,lwork,m,n,mb,nb,rowidx,c
! input variables (local)
integer
lda
,
lwork
,
ldv
,
ldt
double precision
a
(
:,:),
v
(:,:
),
tau
(
:
),
work
(
:
),
t
(
ldt
,
*
)
double precision
a
(
lda
,
*
),
v
(
ldv
,
*
),
tau
(
*
),
work
(
*
),
t
(
ldt
,
*
)
! input variables (global)
integer
m
,
n
,
mb
,
nb
,
rowidx
,
colidx
,
rev
,
trans
,
mpicomm_cols
,
mpicomm_rows
integer
PQRPARAM
(
*
)
! output variables (global)
double precision
blockheuristic
(
:
)
double precision
blockheuristic
(
*
)
! input variables derived from PQRPARAM
integer
updatemode
,
tmerge
,
size2d
...
...
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