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
861ec282
Commit
861ec282
authored
Jul 03, 2019
by
Andreas Marek
Browse files
Fix GPU test
parent
946a57a2
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
test/Fortran/test.F90
View file @
861ec282
...
...
@@ -617,9 +617,11 @@ program test
#ifdef TEST_ALL_KERNELS
do
i
=
0
,
elpa_option_cardinality
(
KERNEL_KEY
)
! kernels
if
(
TEST_GPU
.eq.
0
)
then
kernel
=
elpa_option_enumerate
(
KERNEL_KEY
,
i
)
if
(
kernel
.eq.
ELPA_2STAGE_REAL_GPU
)
continue
if
(
kernel
.eq.
ELPA_2STAGE_COMPLEX_GPU
)
continue
endif
#endif
#ifdef TEST_KERNEL
kernel
=
TEST_KERNEL
...
...
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