Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
196bbde2
Commit
196bbde2
authored
Jan 06, 2019
by
Andreas Marek
Browse files
Merge branch 'fix_print_kernels' into 'master_pre_stage'
Fix problem in elpa2_print_kernels with GPU kernel See merge request
!9
parents
b403d93b
f3a1d0f2
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/elpa2/elpa2_print_kernels.F90
View file @
196bbde2
...
...
@@ -138,6 +138,13 @@ program print_available_elpa2_kernels
do
i
=
0
,
elpa_option_cardinality
(
KERNEL_KEY
)
kernel
=
elpa_option_enumerate
(
KERNEL_KEY
,
i
)
if
(
elpa_int_value_to_string
(
KERNEL_KEY
,
i
)
.eq.
"ELPA_2STAGE_COMPLEX_GPU"
.or.
&
elpa_int_value_to_string
(
KERNEL_KEY
,
i
)
.eq.
"ELPA_2STAGE_REAL_GPU"
)
then
if
(
e
%
can_set
(
"use_gpu"
,
1
)
==
ELPA_OK
)
then
call
e
%
set
(
"use_gpu"
,
1
)
endif
endif
if
(
e
%
can_set
(
KERNEL_KEY
,
kernel
)
==
ELPA_OK
)
then
print
*
,
" "
,
elpa_int_value_to_string
(
KERNEL_KEY
,
kernel
)
endif
...
...
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