Skip to content
GitLab
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
7affd757
Commit
7affd757
authored
Oct 12, 2016
by
Andreas Marek
Browse files
Better print statements in complex ELPA2 c-version
parent
7bac7318
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/C/elpa2_test_complex_c_version.c
View file @
7affd757
...
...
@@ -109,13 +109,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
Supports
Markdown
0%
Try again
or
attach a new 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