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
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
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
...
@@ -618,6 +618,8 @@ program test
#ifdef TEST_ALL_KERNELS
#ifdef TEST_ALL_KERNELS
do
i
=
0
,
elpa_option_cardinality
(
KERNEL_KEY
)
! kernels
do
i
=
0
,
elpa_option_cardinality
(
KERNEL_KEY
)
! kernels
kernel
=
elpa_option_enumerate
(
KERNEL_KEY
,
i
)
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
#ifdef TEST_KERNEL
kernel
=
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