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
01beb0f9
Commit
01beb0f9
authored
May 13, 2016
by
Andreas Marek
Browse files
Error in GPU complex single precision test program
parent
82e74ea4
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/fortran_test_programs/test_elpa2_complex_gpu_single.F90
View file @
01beb0f9
...
...
@@ -122,11 +122,11 @@ program test_complex2_gpu_version_single_precision
integer
(
kind
=
ik
),
external
::
numroc
real
(
kind
=
rk
8
),
allocatable
::
ev
(:),
xr
(:,:)
real
(
kind
=
rk
4
),
allocatable
::
ev
(:),
xr
(:,:)
complex
(
kind
=
ck
8
),
allocatable
::
a
(:,:),
z
(:,:),
tmp1
(:,:),
tmp2
(:,:),
as
(:,:)
complex
(
kind
=
ck
4
),
allocatable
::
a
(:,:),
z
(:,:),
tmp1
(:,:),
tmp2
(:,:),
as
(:,:)
complex
(
kind
=
ck
8
),
parameter
::
CZERO
=
(
0._rk
8
,
0._rk
8
),
CONE
=
(
1._rk
8
,
0._rk
8
)
complex
(
kind
=
ck
4
),
parameter
::
CZERO
=
(
0._rk
4
,
0._rk
4
),
CONE
=
(
1._rk
4
,
0._rk
4
)
integer
(
kind
=
ik
)
::
iseed
(
4096
)
! Random seed, size should be sufficient for every generator
...
...
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