Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Nektar
Nektar
Commits
a8a58174
Commit
a8a58174
authored
Apr 04, 2013
by
Chris Cantwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed wrong communicator for homogeneous cases.
parent
de97a84c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
library/MultiRegions/AssemblyMap/AssemblyMapCG2D.cpp
library/MultiRegions/AssemblyMap/AssemblyMapCG2D.cpp
+1
-1
library/MultiRegions/AssemblyMap/AssemblyMapCG3D.cpp
library/MultiRegions/AssemblyMap/AssemblyMapCG3D.cpp
+1
-1
library/MultiRegions/AssemblyMap/AssemblyMapDG.cpp
library/MultiRegions/AssemblyMap/AssemblyMapDG.cpp
+1
-1
No files found.
library/MultiRegions/AssemblyMap/AssemblyMapCG2D.cpp
View file @
a8a58174
...
...
@@ -505,7 +505,7 @@ namespace Nektar
// Add up hash values if parallel
int
hash
=
m_hash
;
m_comm
->
AllReduce
(
hash
,
m_comm
->
GetRowComm
()
->
AllReduce
(
hash
,
LibUtilities
::
ReduceSum
);
m_hash
=
hash
;
}
...
...
library/MultiRegions/AssemblyMap/AssemblyMapCG3D.cpp
View file @
a8a58174
...
...
@@ -1464,7 +1464,7 @@ namespace Nektar
// Add up hash values if parallel
int
hash
=
m_hash
;
m_comm
->
AllReduce
(
hash
,
m_comm
->
GetRowComm
()
->
AllReduce
(
hash
,
LibUtilities
::
ReduceSum
);
m_hash
=
hash
;
}
...
...
library/MultiRegions/AssemblyMap/AssemblyMapDG.cpp
View file @
a8a58174
...
...
@@ -174,7 +174,7 @@ namespace Nektar
// Add up hash values if parallel
int
hash
=
m_hash
;
m_comm
->
AllReduce
(
hash
,
m_comm
->
GetRowComm
()
->
AllReduce
(
hash
,
LibUtilities
::
ReduceSum
);
m_hash
=
hash
;
}
...
...
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