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
1c35f4d5
Commit
1c35f4d5
authored
Jul 12, 2018
by
Pavel Kus
Browse files
Fixed calling the cannons reduction
the output matrix has to be set to zero before calling the routine!
parent
452cd09d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/elpa_impl_generalized_transform_template.F90
View file @
1c35f4d5
...
...
@@ -74,6 +74,8 @@
call
self
%
timer_start
(
"cannons_reduction"
)
#if defined(REALCASE) && defined(DOUBLE_PRECISION)
! BEWARE! even though tmp is output from the routine, it has to be zero on input!
tmp
=
0.0_rck
call
cannons_reduction
(
a
,
b
,
self
%
local_nrows
,
self
%
local_ncols
,
np_rows
,
np_cols
,
my_prow
,
my_pcol
,
&
sc_desc
,
tmp
,
BuffLevelInt
,
mpi_comm_rows
,
mpi_comm_cols
)
#endif
...
...
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