mochi-hpc / mochi-ssg

Scalable Service Groups (SSG), a group membership service for Mochi
Other
1 stars 1 forks source link

ssg_group_id_get_addr_str returns NULL when called by group members #30

Open shanedsnyder opened 3 years ago

shanedsnyder commented 3 years ago

In GitLab by @mdorier on Feb 22, 2021, 05:26

Group members don't seem to be able to get the string address of other members of their group using ssg_group_id_get_addr_str. This is confusing because the documentation of the function doesn't specify it, and it would actually be very easy to implement (get the margo instance from the group, convert the rank into a member id, the member id into an hg_addr_t, the hg_addr_t into a string, and return a strdup-ed copy).