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
Sebastian Ohlmann
elpa
Commits
3827ea9a
Commit
3827ea9a
authored
May 27, 2014
by
Lorenz Huedepohl
Browse files
Fix an #ifdef WITH_OPENMP oversight
parent
3bae2dcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
ELPA_2014.06/src/elpa2.F90
View file @
3827ea9a
...
...
@@ -5094,10 +5094,10 @@ contains
w
(:,
1
)
=
bcast_buffer
(
1
:
nbw
,
j
+
off
)
w
(:,
2
)
=
bcast_buffer
(
1
:
nbw
,
j
+
off
-1
)
#ifdef WITH_OPENMP
call
double_hh_trafo_complex_sse_avx_2hv
(
a
(
1
,
j
+
off
+
a_off
-1
,
istripe
),
&
call
double_hh_trafo_complex_sse_avx_2hv
(
a
(
1
,
j
+
off
+
a_off
-1
,
istripe
,
my_thread
),
&
w
,
nbw
,
nl
,
stripe_width
,
nbw
)
#else
call
double_hh_trafo_complex_sse_avx_2hv
(
a
(
1
,
j
+
off
+
a_off
-1
,
istripe
,
my_thread
),
&
call
double_hh_trafo_complex_sse_avx_2hv
(
a
(
1
,
j
+
off
+
a_off
-1
,
istripe
),
&
w
,
nbw
,
nl
,
stripe_width
,
nbw
)
#endif
enddo
...
...
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