Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Chameleon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
781d2217
Commit
781d2217
authored
Jan 31, 2018
by
Mathieu Faverge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix issue with ztpqrt calls
parent
f14b1e77
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
compute/pzgeqrf_param.c
compute/pzgeqrf_param.c
+1
-1
compute/pzgeqrfrh.c
compute/pzgeqrfrh.c
+1
-1
No files found.
compute/pzgeqrf_param.c
View file @
781d2217
...
...
@@ -166,7 +166,7 @@ void morse_pzgeqrf_param( const libhqr_tree_t *qrtree, MORSE_desc_t *A,
MORSE_TASK_ztpqrt
(
&
options
,
tempmm
,
tempkn
,
L
,
ib
,
T
->
nb
,
tempmm
,
tempkn
,
chameleon_min
(
L
,
tempkn
)
,
ib
,
T
->
nb
,
A
(
p
,
k
),
ldap
,
A
(
m
,
k
),
ldam
,
T
(
m
,
k
),
T
->
mb
);
...
...
compute/pzgeqrfrh.c
View file @
781d2217
...
...
@@ -175,7 +175,7 @@ void morse_pzgeqrfrh(MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *D, int BS,
MORSE_TASK_ztpqrt
(
&
options
,
tempMRDm
,
tempkn
,
tempMRDm
,
ib
,
T
->
nb
,
tempMRDm
,
tempkn
,
chameleon_min
(
tempMRDm
,
tempkn
)
,
ib
,
T
->
nb
,
A
(
M
,
k
),
ldaM
,
A
(
M
+
RD
,
k
),
ldaMRD
,
T2
(
M
+
RD
,
k
),
T
->
mb
);
...
...
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