-
Notifications
You must be signed in to change notification settings - Fork 9
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
Active messenger fails when sending over 2 GiB of data due to MPI limitations #1111
Labels
Comments
lifflander
added a commit
that referenced
this issue
Oct 13, 2020
lifflander
added a commit
that referenced
this issue
Oct 14, 2020
lifflander
added a commit
that referenced
this issue
Oct 14, 2020
There is a major bug in the cmake googletest filter generation for type-parameterized tests! This is causing some of our tests to never run...including the ones that I just wrote which should always fail without the associated fix. Fix the regular expressions to generate a proper ctest filter that will actually run *every* test
lifflander
added a commit
that referenced
this issue
Oct 14, 2020
lifflander
added a commit
that referenced
this issue
Oct 14, 2020
lifflander
added a commit
that referenced
this issue
Oct 14, 2020
lifflander
added a commit
that referenced
this issue
Oct 14, 2020
lifflander
added a commit
that referenced
this issue
Oct 14, 2020
lifflander
added a commit
that referenced
this issue
Oct 14, 2020
lifflander
added a commit
that referenced
this issue
Oct 16, 2020
lifflander
added a commit
that referenced
this issue
Oct 16, 2020
lifflander
added a commit
that referenced
this issue
Oct 16, 2020
lifflander
added a commit
that referenced
this issue
Oct 16, 2020
lifflander
added a commit
that referenced
this issue
Oct 16, 2020
lifflander
added a commit
that referenced
this issue
Oct 16, 2020
lifflander
added a commit
that referenced
this issue
Oct 16, 2020
lifflander
added a commit
that referenced
this issue
Oct 16, 2020
lifflander
added a commit
that referenced
this issue
Oct 16, 2020
lifflander
added a commit
that referenced
this issue
Oct 16, 2020
lifflander
added a commit
that referenced
this issue
Oct 16, 2020
lifflander
added a commit
that referenced
this issue
Oct 20, 2020
lifflander
added a commit
that referenced
this issue
Oct 20, 2020
lifflander
added a commit
that referenced
this issue
Oct 20, 2020
There is a major bug in the cmake googletest filter generation for type-parameterized tests! This is causing some of our tests to never run...including the ones that I just wrote which should always fail without the associated fix. Fix the regular expressions to generate a proper ctest filter that will actually run *every* test
lifflander
added a commit
that referenced
this issue
Oct 20, 2020
lifflander
added a commit
that referenced
this issue
Oct 20, 2020
lifflander
added a commit
that referenced
this issue
Nov 13, 2020
lifflander
added a commit
that referenced
this issue
Nov 13, 2020
lifflander
added a commit
that referenced
this issue
Nov 13, 2020
lifflander
added a commit
that referenced
this issue
Dec 16, 2020
for release, branch |
cz4rs
pushed a commit
that referenced
this issue
Dec 21, 2020
cz4rs
added a commit
that referenced
this issue
Dec 21, 2020
cz4rs
added a commit
that referenced
this issue
Dec 21, 2020
cz4rs
added a commit
that referenced
this issue
Dec 21, 2020
cz4rs
added a commit
that referenced
this issue
Dec 21, 2020
cz4rs
added a commit
that referenced
this issue
Dec 21, 2020
cz4rs
added a commit
that referenced
this issue
Dec 21, 2020
cz4rs
pushed a commit
that referenced
this issue
Dec 21, 2020
cz4rs
added a commit
that referenced
this issue
Dec 21, 2020
cz4rs
added a commit
that referenced
this issue
Dec 21, 2020
cz4rs
added a commit
that referenced
this issue
Dec 21, 2020
cz4rs
added a commit
that referenced
this issue
Dec 21, 2020
cz4rs
added a commit
that referenced
this issue
Dec 21, 2020
cz4rs
added a commit
that referenced
this issue
Dec 21, 2020
cz4rs
added a commit
that referenced
this issue
Dec 21, 2020
cz4rs
added a commit
that referenced
this issue
Dec 21, 2020
cz4rs
added a commit
that referenced
this issue
Dec 21, 2020
cz4rs
added a commit
that referenced
this issue
Dec 21, 2020
cz4rs
added a commit
that referenced
this issue
Jan 5, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Due to limitations in MPI, the code fails when sending a single payload over 2 GiB due to overflow.
The text was updated successfully, but these errors were encountered: