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
6a43dd9a
Commit
6a43dd9a
authored
Oct 12, 2016
by
Andreas Marek
Browse files
Better print statements in complex ELPA2 c-version
parent
d8ce47a6
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
test/C/elpa2_test_complex_c_version.c
View file @
6a43dd9a
...
...
@@ -103,13 +103,13 @@ int main(int argc, char** argv) {
if
(
myid
==
0
)
{
printf
(
"This is the c version of an ELPA test-programm
\n
"
);
printf
(
"
\n
"
);
printf
(
"It will call the
1
stage ELPA complex solver for a matrix
\n
"
);
printf
(
"It will call the
2
stage ELPA complex solver for a matrix
\n
"
);
printf
(
"of matrix size %d. It will compute %d eigenvalues
\n
"
,
na
,
nev
);
printf
(
"and uses a blocksize of %d
\n
"
,
nblk
);
printf
(
"
\n
"
);
printf
(
"This is an example program with much less functionality
\n
"
);
printf
(
"as it's Fortran counterpart. It's only purpose is to show how
\n
"
);
printf
(
"to evoke ELPA
1
from a c programm
\n
"
);
printf
(
"to evoke ELPA
2
from a c programm
\n
"
);
printf
(
"
\n
"
);
...
...
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