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
Sebastian Ohlmann
elpa
Commits
141cb6d1
Commit
141cb6d1
authored
Jun 24, 2019
by
Andreas Marek
Browse files
Do not use gpu kernel in all kernels test
parent
a6ada278
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/Fortran/test.F90
View file @
141cb6d1
...
...
@@ -618,6 +618,8 @@ program test
#ifdef TEST_ALL_KERNELS
do
i
=
0
,
elpa_option_cardinality
(
KERNEL_KEY
)
! kernels
kernel
=
elpa_option_enumerate
(
KERNEL_KEY
,
i
)
if
(
kernel
.eq.
ELPA_2STAGE_REAL_GPU
)
continue
if
(
kernel
.eq.
ELPA_2STAGE_COMPLEX_GPU
)
continue
#endif
#ifdef TEST_KERNEL
kernel
=
TEST_KERNEL
...
...
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