nm_comm_s Struct Reference
#include <nm_coll_inline.h>
Collaboration diagram for nm_comm_s:

Data Fields | |
| nm_session_t | p_session |
| session for the communicator | |
| nm_group_t | p_group |
| group of nodes involved in the communicator | |
| int | rank |
| rank of local process in the group | |
Detailed Description
NM communicator internal definition
- Examples
- nm_rpc_hello.c.
Definition at line 18 of file nm_coll_inline.h.
Field Documentation
◆ p_group
| nm_group_t nm_comm_s::p_group |
group of nodes involved in the communicator
Definition at line 21 of file nm_coll_inline.h.
Referenced by nm_comm_get_dest(), nm_comm_get_gate(), nm_comm_get_topology(), nm_comm_group(), and nm_comm_size().
◆ p_session
| nm_session_t nm_comm_s::p_session |
session for the communicator
Definition at line 20 of file nm_coll_inline.h.
Referenced by nm_comm_get_session().
◆ rank
| int nm_comm_s::rank |
rank of local process in the group
Definition at line 22 of file nm_coll_inline.h.
Referenced by nm_comm_get_gate(), and nm_comm_rank().
The documentation for this struct was generated from the following file: