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
96aa7625
Commit
96aa7625
authored
Oct 12, 2016
by
Andreas Marek
Browse files
Better print statements in real ELPA2 c-version
parent
7affd757
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/C/elpa2_test_real_c_version.c
View file @
96aa7625
...
...
@@ -104,13 +104,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 real solver for an
\n
"
);
printf
(
"
of
matrix size %d. It will compute %d eigenvalues
\n
"
,
na
,
nev
);
printf
(
"It will call the
2
stage ELPA real solver for an
\n
"
);
printf
(
"matrix
of
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
"
);
#ifdef DOUBLE_PRECISION_REAL
printf
(
" Double precision version of ELPA2 is used.
\n
"
);
...
...
Write
Preview
Supports
Markdown
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