Skip to content

update bml.h #11247

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

Merged
merged 1 commit into from
Dec 23, 2022
Merged

update bml.h #11247

merged 1 commit into from
Dec 23, 2022

Conversation

jo-pillar
Copy link

BML is short for BTL Management Layer instead of BML Ma…nagement Layer. I have corrected it. #11243

Signed-off-by: zhuodong [email protected]

…nagement Layer. I have corrected it.

Signed-off-by: zhuodong <[email protected]>
@ompiteam-bot
Copy link

Can one of the admins verify this patch?

@jsquyres
Copy link
Member

ok to test

@jsquyres
Copy link
Member

@jo-pillar Thank you!

@jo-pillar
Copy link
Author

@jo-pillar Thank you!

my pleasure

@jsquyres jsquyres merged commit ba274c5 into open-mpi:main Dec 23, 2022
@jsquyres
Copy link
Member

@jo-pillar Can you PR this to the v5.0.x branch? We require cherry-pick and signed-off-by notations for commits on our release branches. You can do something like the following:

# Pull down the latest from the Open MPI community repo
git checkout main
git pull --rebase

# Check out the v5.0.x branch
git checkout v5.0.x
git pull --rebase
git submodule update

# Cherry pick your commit on the "main" branch
git cherry-pick -x 19b515f15f3d0e6a7b6faa5f75861fcf89e04440

# Replase yourfork with the git remote name for your github fork
git push yourfork

@jo-pillar jo-pillar mentioned this pull request Dec 24, 2022
@jo-pillar
Copy link
Author

@jo-pillar Can you PR this to the v5.0.x branch? We require cherry-pick and signed-off-by notations for commits on our release branches. You can do something like the following:

# Pull down the latest from the Open MPI community repo
git checkout main
git pull --rebase

# Check out the v5.0.x branch
git checkout v5.0.x
git pull --rebase
git submodule update

# Cherry pick your commit on the "main" branch
git cherry-pick -x 19b515f15f3d0e6a7b6faa5f75861fcf89e04440

# Replase yourfork with the git remote name for your github fork
git push yourfork

ok, I have pushed the commit to branch v5.0.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants