Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Ohlmann
elpa
Commits
d5ba941f
Commit
d5ba941f
authored
Jun 26, 2019
by
Andreas Marek
Browse files
Merge branch 'new_fix' into 'master_pre_stage'
New fix See merge request
elpa/elpa!19
parents
a6ada278
c80e1e27
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/elpa2/elpa2_trans_ev_tridi_to_band_template.F90
View file @
d5ba941f
...
...
@@ -2099,7 +2099,7 @@
endif
a_off
=
a_off
+
offset
if
(
a_off
+
next_local_n
+
nbw
>
a_dim2
)
then
if
(
a_off
+
next_local_n
+
nbw
>
=
a_dim2
)
then
#ifdef WITH_OPENMP
if
(
useGPU
)
then
print
*
,
"trans_ev_tridi_to_band_real: not yet implemented"
...
...
test/Fortran/test.F90
View file @
d5ba941f
...
...
@@ -618,6 +618,8 @@ program test
#ifdef TEST_ALL_KERNELS
do
i
=
0
,
elpa_option_cardinality
(
KERNEL_KEY
)
! kernels
kernel
=
elpa_option_enumerate
(
KERNEL_KEY
,
i
)
if
(
kernel
.eq.
ELPA_2STAGE_REAL_GPU
)
continue
if
(
kernel
.eq.
ELPA_2STAGE_COMPLEX_GPU
)
continue
#endif
#ifdef TEST_KERNEL
kernel
=
TEST_KERNEL
...
...
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