Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
elpa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
elpa
elpa
Commits
6f9ec80e
Commit
6f9ec80e
authored
Aug 31, 2017
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove complex GPU call from OpenMP region
This closes issue
#51
.
parent
b5324e08
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
src/elpa2/elpa2_trans_ev_tridi_to_band_template.F90
src/elpa2/elpa2_trans_ev_tridi_to_band_template.F90
+9
-9
No files found.
src/elpa2/elpa2_trans_ev_tridi_to_band_template.F90
View file @
6f9ec80e
...
...
@@ -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
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