-
Notifications
You must be signed in to change notification settings - Fork 868
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
mpi4py: Regression in MPI_Alltoallv() using MPI_INPLACE #9501
Comments
Could possibly indicate the regression on master. Is there a link to the source? |
Note that the ALLTOALLV change was backported to all the current release branches. |
|
Unfortunately, I was wrong. This was merged into v5.0.x here: #9493 It will need to be fixed prior to a v5.0.0 release. |
@gpaulsen Off-topic, but anyway... I'm doing a manual build, as my ompi/master CI infrastructure is broken (one month by now, waiting for a resolution to issue 9501). I'm runing GCC 11.2.1 and configuring with |
It's possible we need a warnings sweep in master. One day it would be nice to compile with -Werror... |
@gpaulsen This PR seems to fix the issue with current master. I used a local build. Now I fired up a CI build in GitHub Actions. Edit: Sorry, the link above is a build for |
Cool, thanks @dalcinl for verifying. Closing this as the master and v5 pr's have been merged. |
@awlauria Please note my edit above. I messed up. I was asked to run |
Great Thanks. Yes this fix got into both |
@gpaulsen @awlauria Sorry, guys, looks like I messed up with my local testing. My CI is still broken, this is for branch |
Thanks - reopened. |
I'm pretty sure the issue is 531735c, which was part of #9493. The rest of the patch series (that actually fixes #9329) seems ok w.r.t alltoallv. Still trying to figure out the core issue Jeff mentioned an alltoallv fix that was backported to all the release branches. I do not believe that was the change in play here, based on testing. |
@dalcinl is this now passing with the latest fixes? |
@awlauria CI ran 4 days ago, all tests passed . |
Thanks @dalcinl - closing |
Thank you for taking the time to submit an issue!
Background information
What version of Open MPI are you using? (e.g., v3.0.5, v4.0.2, git branch name and hash, etc.)
git master
Describe how Open MPI was installed (e.g., from a source/distribution tarball, from a git clone, from an operating system distribution package, etc.)
See logs.
If you are building/installing from a git clone, please copy-n-paste the output from
git submodule status
.Fresh clone in a GitHub Actions runner. See logs.
Please describe the system on which you are running
Details of the problem
See logs: https://github.com/mpi4py/mpi4py-testing/runs/3847097248?check_suite_focus=true
This same test was working 6 days ago.
The text was updated successfully, but these errors were encountered: