-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
testing: expose a bug #1293
testing: expose a bug #1293
Conversation
This isn't a proper automated test, as it requrires manual bpls afterwards to see the issue.
Rebased, cleaned up, automated. I still get one failure locally. |
d3179a8
to
adf0be8
Compare
{{rank * Nx}, {Nx / 2}}, {{rank * Nx + Nx / 2}, {Nx / 2}}, | ||
}; | ||
|
||
io.SetParameter("MaxBufferSize", "50"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@germasch please follow the exception message, you need units (Gb, Mb, Kb)
PopulateBlock(myData, b); | ||
} | ||
|
||
engine.Put(var, std::vector<T>{5., 6., 7., 8., 9.}.data(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is interesting, it's an address vector.data(), to a r-value. We'll have to test this one.
I will merge this and look at it later. |
I put this here not because I want it merged, but because it shows a bug.
This isn't a proper automated test, as it requrires manual bpls afterwards
to see the issue.
See #1292 .