-
Couldn't load subscription status.
- Fork 928
v3.1.x: add gen p5 chip pci id to ini file #6512
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
Conversation
|
Can one of the admins verify this patch? |
|
Approved
…On Fri, Mar 22, 2019 at 8:47 PM Open MPI bot ***@***.***> wrote:
Can one of the admins verify this patch?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
|
@dsharma283 Can you please make a master PR for this, and then make v3.0.x, v3.1.x, and v4.0.x PRs cherry-picking the master commit to the release branches? That's how we get things to release branches. Thanks! |
|
On master brnach I could not find the .ini file, could you guide me how to make master PR |
|
@jsquyres The config file was dropped from master when you removed the openib BTL. So the patch doesn't make sense there. But it should probably be applied to all release branches (including the 2.x if they are still maintained) |
|
My bad -- I forgot that In these cases, you're right -- just make PRs directly on the release branches (obviously without cherry-picking). But you should mention in the PR description why it's not a cherry pick so that bozos like me won't ask you to open a PR on master first. 😉 As for which release branches are active:
|
|
@dsharma283 Don't forget to get a review on here; PR's aren't merged on release branches unless they are reviewed. I think you need a trivial review for this (perhaps @nmorey?), but a review is needed. I put the appropriate milestone and tags on here for you; please be sure to put those on future PRs. Thanks! |
Adding the PF pci id for new gen p5 chip to openmpi code. There is no PR associate to master in this patch because in master openib BTL is deprecated. This patch should be cherry picked to 4.0.x as well. Signed-off-by: Devesh Sharma <[email protected]>
|
Added some more info to the commit message as Jeffry suggested. @nmorey could you supply the review which Jeffry is asking for. Thanks |
|
ok to test |
|
pull request build checker did not pass, do I need to do anything here or I should ignore that? |
|
Looks like a false failure on the Cray. bot:ompi:retest |
|
Ok, looks good. Did you guys make an equivalent v3.0.x PR for this? Or do you really only want v3.1.x? |
|
@dsharma283 Do you plan to make an equivalent v3.0.x PR for this? Or do you really only want v3.1.x? |
Adding the PF pci id for new gen p5 chip to openmpi code.
Signed-off-by: Devesh Sharma [email protected]