Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Mpp
MLMC
Commits
d9682ea5
Commit
d9682ea5
authored
Dec 03, 2020
by
niklas.baumgarten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
started test for exchange buffer
parent
4fa84d65
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
mlmc/tests/TestParallelization.cpp
mlmc/tests/TestParallelization.cpp
+10
-0
No files found.
mlmc/tests/TestParallelization.cpp
View file @
d9682ea5
...
...
@@ -158,6 +158,16 @@ TEST(TestParallel, TestDoubleSplit) {
PPM
->
PrintInfo
(
2
);
}
TEST
(
TestParallel
,
TestExchangeBuffer
)
{
// ExchangeBuffer exBuffer;
// short mSend = 1;
// exBuffer.Send(1) << mSend;
// exBuffer.Communicate();
// short mRecv;
// exBuffer.Receive(1) >> mRecv;
// EXPECT_EQ(mSend, mRecv);
}
int
main
(
int
argc
,
char
**
argv
)
{
return
MppTest
(
...
...
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