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
2428d963
Commit
2428d963
authored
Jun 06, 2014
by
Andreas Marek
Browse files
Complex AVX ELPA kernels were not configured
parent
b38b7c4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ELPA_2014.06/src/elpa2.F90
View file @
2428d963
...
...
@@ -224,12 +224,12 @@ module ELPA2
#else
,
0
&
#endif
#if WITH_COMPLEX_AVX_BLOCK1
#if WITH_COMPLEX_AVX_BLOCK1
_KERNEL
,
1
&
#else
,
0
&
#endif
#if WITH_COMPLEX_AVX_BLOCK2
#if WITH_COMPLEX_AVX_BLOCK2
_KERNEL
,
1
&
#else
,
0
&
...
...
@@ -277,9 +277,9 @@ subroutine print_available_complex_kernels
integer
::
i
do
i
=
1
,
number_of_
real
_kernels
if
(
AVAILABLE_
REAL
_ELPA_KERNELS
(
i
)
.eq.
1
)
then
write
(
error_unit
,
*
)
REAL
_ELPA_KERNEL_NAMES
(
i
)
do
i
=
1
,
number_of_
complex
_kernels
if
(
AVAILABLE_
COMPLEX
_ELPA_KERNELS
(
i
)
.eq.
1
)
then
write
(
error_unit
,
*
)
COMPLEX
_ELPA_KERNEL_NAMES
(
i
)
endif
enddo
write
(
error_unit
,
*
)
" "
...
...
Write
Preview
Supports
Markdown
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