Skip to content
Snippets Groups Projects
Commit 141cb6d1 authored by Andreas Marek's avatar Andreas Marek
Browse files

Do not use gpu kernel in all kernels test

parent a6ada278
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment