-
Notifications
You must be signed in to change notification settings - Fork 901
Updating VERSION to rc1 #5668
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
Updating VERSION to rc1 #5668
Conversation
@gpaulsen Is there a reason for:
instead of
|
Yes. That's carried forward from v3.1.x: |
Just because https://github.com/open-mpi/ompi/blob/v3.1.x/VERSION#L89 is 51:2:11 doesn't mean that you have to have v4.0.0 be 61. I think you should make it 60, like all the others. The v3.x trains have used one of number of their buffer (going from 50 to 51). But that doesn't mean you have to carry that forward to v4.0.x. I think it's easier to have all of them be 60 at v4.0.x, otherwise we'll have this "Why is it x1?" conversation every time there's a new major release. |
Okay, that sounds reasonable. Updating.... |
Signed-off-by: Geoffrey Paulsen <[email protected]>
I notice that most of your
|
|
ABI with v3.0.x / v3.1.xNote that v3.1.x was ABI compatible with v3.0.x. So hypothetically testing v3.1.x is sufficient to test v3.0.x. ...but it might be worth testing v3.0.x, too. Trust, but verify. Because adding 10 to the v3.1.x values means that you are declaring that 4.0.0 is ABI compatible with v3.0.x, too (which I think is the intent, right?). Odd VERSION valuesLooks like libmca_ompi_common_monitoring_so_version wasn't introduced until v3.1.0. This explains the low For libmca_ompi_common_ompio_so_version, it looks like we had:
I think these are ok; we clearly made a decision back in 3.1.0 days. But remember that our backwards compatibility guarantee does not cover the common libraries (and users don't notice if we break ABI there because they don't link directly against the common libraries -- and therefore distros/packagers don't care, either). |
Thanks for double checking all of this. |
Up to you, but usually the first RC or so, we haven't been testing backwards compat. Make sure the easy works, then pick up the hard stuff... |
@hppritcha ??? ^^^ |
sorry didn't see this |
Thanks. |
No description provided.