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
elpa
elpa
Commits
0d2f86a7
Commit
0d2f86a7
authored
Mar 04, 2019
by
Andreas Marek
Browse files
Deactivate simple block6 kernel
parent
03db7335
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/elpa2/compute_hh_trafo.F90
View file @
0d2f86a7
...
...
@@ -1450,36 +1450,36 @@
#ifdef WITH_OPENMP
#ifdef USE_ASSUMED_SIZE
!
#ifdef USE_ASSUMED_SIZE
call
hexa_hh_trafo_
&
&
MATH_DATATYPE
&
&
_
generic_simple_6hv_
&
&
PRECISION
&
&
(
a
(
1
,
j
+
off
+
a_off
-5
,
istripe
,
my_thread
),
w
,
nbw
,
nl
,
stripe_width
,
nbw
)
#else
call
hexa_hh_trafo_
&
&
MATH_DATATYPE
&
&
_
generic_simple_6hv_
&
&
_
sse_6hv_
&
&
PRECISION
&
&
(
a
(
1
:
stripe_width
,
j
+
off
+
a_off
-5
:
j
+
off
+
a_off
-1
,
istripe
,
my_thread
),
w
(
1
:
nbw
,
1
:
6
),
&
nbw
,
nl
,
stripe_width
,
nbw
)
#endif
&
(
c_loc
(
a
(
1
,
j
+
off
+
a_off
-5
,
istripe
,
my_thread
)),
w
,
nbw
,
nl
,
stripe_width
,
nbw
)
!#else
! call hexa_hh_trafo_&
! &MATH_DATATYPE&
! &_sse_6hv_&
! &PRECISION&
! & (a(1:stripe_width,j+off+a_off-5:j+off+a_off-1,istripe,my_thread), w(1:nbw,1:6), &
! nbw, nl, stripe_width, nbw)
!#endif
#else /* WITH_OPENMP */
#ifdef USE_ASSUMED_SIZE
!
#ifdef USE_ASSUMED_SIZE
call
hexa_hh_trafo_
&
&
MATH_DATATYPE
&
&
_
generic_simple_6hv_
&
&
PRECISION
&
&
(
a
(
1
,
j
+
off
+
a_off
-5
,
istripe
),
w
,
nbw
,
nl
,
stripe_width
,
nbw
)
#else
call
hexa_hh_trafo_
&
&
MATH_DATATYPE
&
&
_
generic_simple_6hv_
&
&
_
sse_6hv_
&
&
PRECISION
&
&
(
a
(
1
:
stripe_width
,
j
+
off
+
a_off
-5
:
j
+
off
+
a_off
+
nbw
-1
,
istripe
),
w
(
1
:
nbw
,
1
:
6
),
&
nbw
,
nl
,
stripe_width
,
nbw
)
#endif
&
(
c_loc
(
a
(
1
,
j
+
off
+
a_off
-5
,
istripe
)),
w
,
nbw
,
nl
,
stripe_width
,
nbw
)
!#else
! call hexa_hh_trafo_&
! &MATH_DATATYPE&
! &_generic_simple_6hv_&
! &PRECISION&
! & (a(1:stripe_width,j+off+a_off-5:j+off+a_off+nbw-1,istripe), w(1:nbw,1:6), &
! nbw, nl, stripe_width, nbw)
!#endif
#endif /* WITH_OPENMP */
enddo
do
jj
=
j
,
4
,
-4
...
...
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