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
0aa7e6be
Unverified
Commit
0aa7e6be
authored
Jan 04, 2016
by
Andreas Marek
Browse files
Include forgotten header files
In some C test programs the function declaration header files have been missing
parent
0a05f7d3
Changes
4
Hide whitespace changes
Inline
Side-by-side
test/c_test_programs/elpa1_test_complex_c_version.c
View file @
0aa7e6be
...
...
@@ -49,6 +49,7 @@
#include <math.h>
#include <elpa/elpa.h>
#include <test/shared_sources/generated.h>
#include <complex.h>
int
main
(
int
argc
,
char
**
argv
)
{
...
...
test/c_test_programs/elpa2_test_complex_c_version.c
View file @
0aa7e6be
...
...
@@ -49,6 +49,7 @@
#include <math.h>
#include <elpa/elpa.h>
#include <test/shared_sources/generated.h>
#include <complex.h>
int
main
(
int
argc
,
char
**
argv
)
{
...
...
test/c_test_programs/elpa2_test_real_c_version.c
View file @
0aa7e6be
...
...
@@ -49,6 +49,7 @@
#include <math.h>
#include <elpa/elpa.h>
#include <test/shared_sources/generated.h>
int
main
(
int
argc
,
char
**
argv
)
{
int
myid
;
...
...
test/shared_sources/prepare_matrix.F90
View file @
0aa7e6be
...
...
@@ -147,7 +147,7 @@ module mod_prepare_matrix
call
prepare_matrix_real
(
na
,
myid
,
sc_desc
,
iseed
,
a
,
z
,
as
)
end
subroutine
!c> void prepare_matrix_complex_from_fortran(int na, int myid, int na_rows, int na_cols,
!c> int sc_desc[9], int iseed[4096],
!c> int sc_desc[9], int iseed[4096],
double *xr,
!c> complex double *a, complex double *z, complex double *as);
subroutine
prepare_matrix_complex_wrapper
(
na
,
myid
,
na_rows
,
na_cols
,
sc_desc
,
iseed
,
xr
,
a
,
z
,
as
)
&
bind
(
C
,
name
=
"prepare_matrix_complex_from_fortran"
)
...
...
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