Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Budiardja, Reuben
Fortran Frontier
Commits
487d41bf
Commit
487d41bf
authored
Oct 01, 2021
by
Budiardja, Reuben
Browse files
Tweakes to reproducer.
parent
b382ba2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Cases/Composite/ReconstructionKernel_OpenMP_Offload/Makefile
View file @
487d41bf
ifeq
($(
GENASIS_
MACHINE), Cray_CCE)
ifeq
($(MACHINE), Cray_CCE)
FC
=
ftn
-fopenmp
endif
ifeq
($(
GENASIS_
MACHINE), POWER_XL)
ifeq
($(MACHINE), POWER_XL)
FC
=
xlf2008_r
-qsmp
=
omp
-qoffload
endif
...
...
Cases/Composite/ReconstructionKernel_OpenMP_Offload/Reconstruction_Kernel.f90
View file @
487d41bf
...
...
@@ -49,7 +49,7 @@ contains
if
(
UseDevice
)
then
!$OMP target teams distribute parallel do collapse ( 4 ) &
!$OMP target teams distribute parallel do
simd
collapse ( 4 ) &
!$OMP schedule ( static, 1 ) &
!$OMP private ( iF, iaVP, iaVM, fM, fC, fP, fI, fO ) &
!$OMP private ( xAM, xAC, xAP, x2AM, x2AC, x2AP, xI, xO, xE ) &
...
...
@@ -229,7 +229,7 @@ contains
end
do
!-- jV
end
do
!-- kV
end
do
!-- iS
!$OMP end target teams distribute parallel do
!$OMP end target teams distribute parallel do
simd
else
!-- use host
...
...
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