Skip to content

Conversation

@hppritcha
Copy link
Member

related to #10524 and #10429

Also related to the isolation concept for sessions (instances in open mpi internal parlance).
See section 11.3 of the MPI 4.0 standard

Signed-off-by: Howard Pritchard [email protected]

@jjhursey
Copy link
Member

bot:ibm:retest

@hppritcha
Copy link
Member Author

@awlauria could you review this when you get a chance?

OMPI_GROUP_SET_DENSE(new_group);

if (NULL != orig_group) {
new_group->grp_instance = orig_group->grp_instance;
Copy link
Contributor

@awlauria awlauria Aug 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't recall if OBJ_NEW will zero out the struct - should this be initialized to NULL if not set here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably, good catch

Copy link
Contributor

@awlauria awlauria left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one comment - would be good to null that pointer out.

related to open-mpi#10524 and open-mpi#10429

Also related to the isolation concept for sessions (instances in open mpi internal parlance).
See section 11.3 of the MPI 4.0 standard

Signed-off-by: Howard Pritchard <[email protected]>
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.

4 participants