Skip to content
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

openmpi: patch for legitimate zero size messages #14445

Merged
merged 1 commit into from
Apr 5, 2016

Conversation

costrouc
Copy link
Member

@costrouc costrouc commented Apr 4, 2016

Things done:
  • Tested using sandboxing (nix-build --option build-use-chroot true or nix.useChroot on NixOS)
  • Built on platform(s)
    • NixOS
    • OS X
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.
More

This patch is required in order to make python-mpi4py tests pass.
It is also a bug in the openmpi implementation to see full discussion
see https://www.open-mpi.org/community/lists/users/2015/11/28030.php

I will be releasing an python-mpi4py change that depends on this patch.

Please note that this patch will NOT be required when openmpi upgrades to 2.0.0.

This patch is required in order to make python-mpi4py tests pass.
It is also a bug in the openmpi implementation to see full discussion
see https://www.open-mpi.org/community/lists/users/2015/11/28030.php
@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @rbvermaa, @abbradar and @aherrmann to be potential reviewers

@costrouc costrouc mentioned this pull request Apr 4, 2016
7 tasks
@costrouc
Copy link
Member Author

costrouc commented Apr 4, 2016

The error was "The log length has exceeded the limit of 4 MB (this usually means that the test suite is raising the same exception over and over)."

Should I turn down the verbosity of tests and compiling? (not sure how to do)

It is also building the mpi4py package which it does not depend on why is that? (At least what I saw from the logs)

@joachifm
Copy link
Contributor

joachifm commented Apr 5, 2016

Eh, looks good to me. Ignore travis.

@joachifm joachifm merged commit eb860f9 into NixOS:master Apr 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants