Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
832f1200
Commit
832f1200
authored
Aug 24, 2016
by
Chris Cantwell
Browse files
Added missing GetRowComm in AllReduce call.
parent
d199ea62
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/MultiRegions/GlobalLinSysIterativeFull.cpp
View file @
832f1200
...
...
@@ -136,7 +136,8 @@ namespace Nektar
int
nGlobDofs
=
pLocToGloMap
->
GetNumGlobalCoeffs
();
int
nDirTotal
=
nDirDofs
;
expList
->
GetComm
()
->
AllReduce
(
nDirTotal
,
LibUtilities
::
ReduceSum
);
expList
->
GetComm
()
->
GetRowComm
()
->
AllReduce
(
nDirTotal
,
LibUtilities
::
ReduceSum
);
Array
<
OneD
,
NekDouble
>
tmp
(
nGlobDofs
),
tmp2
;
...
...
Chris Cantwell
@ccantwel
mentioned in commit
54d8fc8d
·
Aug 24, 2016
mentioned in commit
54d8fc8d
mentioned in commit 54d8fc8d105dc808bdc73d294d9d6cec7784bf60
Toggle commit list
Write
Preview
Supports
Markdown
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