Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
amdis
Commits
fa90fb0d
Commit
fa90fb0d
authored
May 24, 2012
by
Thomas Witkowski
Browse files
Fixed for compiling AMDiS in seq mode.
parent
f8e4f05c
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/est/ResidualEstimator.cc
View file @
fa90fb0d
...
...
@@ -239,27 +239,9 @@ namespace AMDiS {
stdMpiDet
.
updateSendDataSize
();
stdMpiGrdUh
.
updateSendDataSize
();
#if 0
RankToBoundMap& ownBound = intBoundary.getOwn();
for (RankToBoundMap::iterator it = ownBound.begin();
it != ownBound.end(); ++it) {
for (unsigned int i = 0; i < it->second.size(); i++) {
BoundaryObject &bObj = it->second[i].rankObj;
if (bObj.subObj != VERTEX) {
stdMpiDet.recv(it->first);
stdMpiGrdUh.recv(it->first);
break;
}
}
}
#endif
stdMpiDet
.
startCommunication
();
stdMpiGrdUh
.
startCommunication
();
for
(
RankToBoundMap
::
iterator
it
=
allBounds
.
begin
();
it
!=
allBounds
.
end
();
++
it
)
{
vector
<
BoundaryObject
>
subBound
;
...
...
@@ -286,8 +268,6 @@ namespace AMDiS {
elBoundGrdUhNeigh
[
subBound
[
i
]]
=
stdMpiGrdUh
.
getRecvData
(
it
->
first
)[
i
];
}
}
MSG
(
"INIT PARALLEL FINISCHED!
\n
"
);
}
#endif
...
...
@@ -580,7 +560,9 @@ namespace AMDiS {
}
else
{
TEST_EXIT_DBG
(
!
parametric
)(
"No yet implemented!
\n
"
);
#ifdef HAVE_PARALLEL_DOMAIN_AMDIS
detNeigh
=
elBoundDet
[
blub
];
#endif
}
...
...
@@ -609,7 +591,9 @@ namespace AMDiS {
basFcts
[
system
]
->
evalGrdUh
(
*
lambda
,
*
lambdaNeigh
,
uhNeigh
[
system
],
grdUhNeigh
[
iq
]);
}
else
{
#ifdef HAVE_PARALLEL_DOMAIN_AMDIS
grdUhNeigh
[
iq
]
=
elBoundGrdUhNeigh
[
blub
][
iq
];
#endif
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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