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
07f57c4e
Commit
07f57c4e
authored
Aug 31, 2017
by
Andreas Marek
Browse files
Work on issue
#47
parent
0e3e4d06
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/elpa2/elpa2_trans_ev_tridi_to_band_template.F90
View file @
07f57c4e
...
...
@@ -834,17 +834,7 @@
if
(
wantDebug
)
call
obj
%
timer
%
stop
(
"mpi_communication"
)
#else /* WITH_MPI */
#if REALCASE == 1
row_group
(
1
:
l_nev
,
row_group_size
)
=
row
(
1
:
l_nev
)
! is this correct ?
#endif
#if COMPLEXCASE == 1
! todo: what of this is correct? Was different for double/single precision
#ifdef DOUBLE_PRECISION_COMPLEX
row_group
(
1
:
l_nev
,
row_group_size
)
=
row
(
1
:
l_nev
)
! is this correct ?
#else
row_group
(
1
:
l_nev
,
row_group_size
)
=
row_group
(
1
:
l_nev
,
row_group_size
)
! is this correct
#endif
#endif
#endif /* WITH_MPI */
else
! useGPU
...
...
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