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
18aa6e7b
Commit
18aa6e7b
authored
Jul 31, 2017
by
Andreas Marek
Browse files
Move check out of OpenMP region
parent
0278642d
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/elpa2/compute_hh_trafo.X90
View file @
18aa6e7b
...
...
@@ -220,10 +220,7 @@
endif
#endif
#ifndef WITH_OPENMP
nl = merge(stripe_width, last_stripe_width, istripe<stripe_count)
#else /* WITH_OPENMP */
#ifdef WITH_OPENMP
#if REALCASE == 1
if (kernel .eq. ELPA_2STAGE_REAL_GPU) then
...
...
@@ -241,6 +238,12 @@
stop 1
endif
#endif
#endif /* WITH_OPENMP */
#ifndef WITH_OPENMP
nl = merge(stripe_width, last_stripe_width, istripe<stripe_count)
#else /* WITH_OPENMP */
if (istripe<stripe_count) then
nl = stripe_width
else
...
...
@@ -1370,7 +1373,7 @@
#ifndef WITH_FIXED_REAL_KERNEL
endif
#endif /* not WITH_FIXED_REAL_KERNEL */
#endif /* WITH_REAL_SSE_BLOCK
4
_KERNEL */
#endif /* WITH_REAL_SSE_BLOCK
6
_KERNEL */
#endif /* REALCASE */
...
...
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