NewMadeleine

Documentation

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 More...
 
nm_group_t group
 group of nodes involved in the communicator More...
 
int rank
 rank of local process in the group More...
 
struct nm_gate_reverse_hashtable_s reverse
 reverse table: p_gate -> rank More...
 

Detailed Description

NM communicator internal definition

Examples
nm_rpc_hello.c.

Definition at line 18 of file nm_coll_inline.h.

Field Documentation

◆ group

nm_group_t nm_comm_s::group

group of nodes involved in the communicator

Definition at line 21 of file nm_coll_inline.h.

◆ p_session

nm_session_t nm_comm_s::p_session

session for the communicator

Definition at line 20 of file nm_coll_inline.h.

◆ 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().

◆ reverse

struct nm_gate_reverse_hashtable_s nm_comm_s::reverse

reverse table: p_gate -> rank

Definition at line 23 of file nm_coll_inline.h.


The documentation for this struct was generated from the following file: