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
Show whitespace changes
Inline
Side-by-side
mlmc/tests/montecarlo/TestMonteCarlo.cpp
View file @
e3b25bc6
...
...
@@ -32,7 +32,7 @@ protected:
void
TearDown
()
{
PPM
->
Barrier
(
0
);
PPM
->
ClearCommunicators
(
false
);
PPM
->
ClearCommunicators
();
}
};
...
...
mlmc/tests/montecarlo/datastructure/TestWelfordAggregate.hpp
View file @
e3b25bc6
...
...
@@ -25,7 +25,7 @@ protected:
void
TearDown
()
{
PPM
->
Barrier
(
0
);
PPM
->
ClearCommunicators
(
false
);
PPM
->
ClearCommunicators
();
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