-
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
Implement regx/zlib component #6936
Comments
One problem that may cause us to revisit if we want to implement this: The This seems like it would be a larger change than we initially intended. Thoughts here? |
@gpaulsen @hppritcha be advised that we have stopped work on this The scope of changes are bigger than just a new component - we will have to, at least, change internal interfaces to the Note on |
I'm not sure we'd want to change a framework API on a release branch. |
We don't plan to implement this in the v4.0.x and older series. |
Would this be a PRTE issue now (and not an Open MPI issue)? |
AFAIK PRRTE already uses zlib (where available) to compress this information. If zlib is not available then it is sent in an uncompressed form. There is no custom regex parser any longer. |
Create a new, non-default regx component in the v4.0.x and v3.1.x branches that compresses the node/vpid string using zlib and communicates the compressed string all of the time (doesn't send over command line).
Motivation for this component is a functional path where fwd, reverse regx components fail. See discussion on #6915 for more info.
The text was updated successfully, but these errors were encountered: