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
0e57f063
Commit
0e57f063
authored
Jun 14, 2017
by
Mathieu Faverge
Committed by
BOUCHERIE Raphael
Jun 16, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add newline in usage()
parent
624de047
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
testing/testing_zgels_hqr.c
testing/testing_zgels_hqr.c
+5
-5
No files found.
testing/testing_zgels_hqr.c
View file @
0e57f063
...
...
@@ -58,11 +58,11 @@ int testing_zgels_hqr(int argc, char **argv)
" - LDA : leading dimension of the matrix A
\n
"
" - NRHS : number of RHS
\n
"
" - LDB : leading dimension of the matrix B
\n
"
" - QR_A : Size of TS domain
"
" - QR_P : Size of high level tree for distributed mode (defaut: -1)"
" - LLVL : tree used for low level reduction insides nodes (defaut: -1)"
" - HLVL : tree used for high level reduction between nodes, only if qr_p > 1(default: -1)"
" - DOMINO : Enable/Disable the domino between upper and lower trees (defaut: -1)"
" - QR_A : Size of TS domain
\n
"
" - QR_P : Size of high level tree for distributed mode (defaut: -1)
\n
"
" - LLVL : tree used for low level reduction insides nodes (defaut: -1)
\n
"
" - HLVL : tree used for high level reduction between nodes, only if qr_p > 1(default: -1)
\n
"
" - DOMINO : Enable/Disable the domino between upper and lower trees (defaut: -1)
\n
"
);
return
-
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