Skip to content

Conversation

@hppritcha
Copy link
Member

Turns out that supplying NULL to group_register in the
mca_base_var_group_component_register is not a good
idea if one wants for ompi_info to work as intended.

The ugni and vader btl's both call this before
registering component variables. This borks up
the ompi_info works since NULL is supplied as the project
name. So, now supply the project name rather than
just NULL to group register.

Fixes #4020.

Signed-off-by: Howard Pritchard howardp@lanl.gov
(cherry picked from commit 55774d1)

Turns out that supplying NULL to group_register in the
mca_base_var_group_component_register is not a good
idea if one wants for ompi_info to work as intended.

The ugni and vader btl's both call this before
registering component variables.  This borks up
the ompi_info works since NULL is supplied as the project
name.  So, now supply the project name rather than
just NULL to group register.

Fixes open-mpi#4020.

Signed-off-by: Howard Pritchard <howardp@lanl.gov>
(cherry picked from commit 55774d1)
@hppritcha hppritcha added this to the v2.1.3 milestone Feb 5, 2018
@hppritcha hppritcha requested a review from jsquyres February 5, 2018 21:30
@hppritcha
Copy link
Member Author

@jsquyres somehow managed to miss this

@hppritcha hppritcha added the NEWS label Feb 5, 2018
@hppritcha hppritcha merged commit 9df7472 into open-mpi:v2.x Feb 6, 2018
@hppritcha hppritcha deleted the topic/fix_4020_v2.x branch May 2, 2018 02:58
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.

2 participants