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
8638a970
Commit
8638a970
authored
Aug 31, 2017
by
Andreas Marek
Browse files
Remove complex GPU call from OpenMP region
This closes issue
#51
.
parent
22cb9eb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/elpa2/elpa2_trans_ev_tridi_to_band_template.F90
View file @
8638a970
...
...
@@ -712,15 +712,15 @@
row_group
(:,
row_group_size
)
=
q
(
src_offset
,
1
:
l_nev
)
#else /* WITH_OPENMP */
#if COMPLEXCASE == 1
! why is an cuda call in the openmp region?
call
unpack_and_prepare_row_group_complex_gpu_
&
&
PRECISION
&
&(
row_group
,
row_group_dev
,
aIntern_dev
,
stripe_count
,
stripe_width
,
&
last_stripe_width
,
a_dim2
,
l_nev
,
row_group_size
,
nblk
,
&
unpack_idx
,
i
-
limits
(
ip
),
.false.
)
row_group
(:,
row_group_size
)
=
q
(
src_offset
,
1
:
l_nev
)
#endif
!
#if COMPLEXCASE == 1
!
! why is an cuda call in the openmp region?
!
call unpack_and_prepare_row_group_complex_gpu_&
!
&PRECISION&
!
&(row_group, row_group_dev, aIntern_dev, stripe_count, stripe_width, &
!
last_stripe_width, a_dim2, l_nev, row_group_size, nblk, &
!
unpack_idx, i - limits(ip),.false.)
!
row_group(:, row_group_size) = q(src_offset, 1:l_nev)
!
#endif
#endif /* not OpenMP */
else
...
...
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