Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Apr 4, 2016

4325439 Fixes a memory leak I introduced with the addition of "component_msg".
13979f5 Adds the same kind of component output and separation to group_pvars as we have for group_vars.

A gist of the full output: https://gist.github.com/kmroz/45a01e1dd3d7b8c0fc2e9c62e5edd6ce

kmroz added 2 commits April 4, 2016 18:11
Fixing a memory leak I introduced with a3229c3.

Signed-off-by: Karol Mroz <mroz.karol@gmail.com>
Adding component name to the pvar pretty output as well.

Further, I think keeping the asprintf()/opal_info_out(msg,msg,------)
within the loops is needed to avoid printing any component information
(independently for group_vars and group_pvars) in case the upcoming
parameters are internal and not to be displayed.

Lastly, unnecessarily duplicating the dashed output should not happen as
each invocation of opal_info_show_mca_group_params() passes a new group
structure which we check.

Signed-off-by: Karol Mroz <mroz.karol@gmail.com>
@ghost
Copy link
Author

ghost commented Apr 4, 2016

Looks like a glitch with the Mellanox build:

21:23:25 configure: WARNING: Verbs support requested (via --with-verbs) but not found.
21:23:25 configure: WARNING: If you are using libibverbs v1.0 (i.e., OFED v1.0 or v1.1), you
*MUST* have both the libsysfs headers and libraries installed.  Later versions of libibverbs do not 
require libsysfs.
21:23:25 configure: error: Aborting.

@ghost ghost mentioned this pull request Apr 5, 2016
@rhc54
Copy link
Contributor

rhc54 commented Apr 5, 2016

👍

@rhc54 rhc54 merged commit f858647 into open-mpi:master Apr 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants