Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
MLUQ
Commits
e3b25bc6
Commit
e3b25bc6
authored
May 04, 2021
by
jonathan.wunderlich
Browse files
refactored ClearCommunicators in tests
parent
6b552232
Changes
2
Hide whitespace changes
Inline
Side-by-side
mlmc/tests/montecarlo/TestMonteCarlo.cpp
View file @
e3b25bc6
...
@@ -32,7 +32,7 @@ protected:
...
@@ -32,7 +32,7 @@ protected:
void
TearDown
()
{
void
TearDown
()
{
PPM
->
Barrier
(
0
);
PPM
->
Barrier
(
0
);
PPM
->
ClearCommunicators
(
false
);
PPM
->
ClearCommunicators
();
}
}
};
};
...
@@ -60,4 +60,4 @@ int main(int argc, char **argv) {
...
@@ -60,4 +60,4 @@ int main(int argc, char **argv) {
WithScreenLogging
().
WithScreenLogging
().
WithPPM
()
WithPPM
()
).
RUN_ALL_MPP_TESTS
();
).
RUN_ALL_MPP_TESTS
();
}
}
\ No newline at end of file
mlmc/tests/montecarlo/datastructure/TestWelfordAggregate.hpp
View file @
e3b25bc6
...
@@ -25,7 +25,7 @@ protected:
...
@@ -25,7 +25,7 @@ protected:
void
TearDown
()
{
void
TearDown
()
{
PPM
->
Barrier
(
0
);
PPM
->
Barrier
(
0
);
PPM
->
ClearCommunicators
(
false
);
PPM
->
ClearCommunicators
();
delete
meshes
;
delete
meshes
;
}
}
};
};
...
...
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