QUDA
1.0.0
|
Public Attributes | |
int | ndim |
int | dims [QUDA_MAX_DIM] |
int * | ranks |
int(* | coords )[QUDA_MAX_DIM] |
int | my_rank |
int | my_coords [QUDA_MAX_DIM] |
Definition at line 8 of file comm_common.cpp.
int(* Topology_s::coords)[QUDA_MAX_DIM] |
Definition at line 12 of file comm_common.cpp.
Referenced by comm_coords_from_rank(), comm_create_topology(), comm_destroy_topology(), and comm_rank_displaced().
int Topology_s::dims[QUDA_MAX_DIM] |
Definition at line 10 of file comm_common.cpp.
Referenced by comm_create_topology(), comm_dims(), and comm_rank_from_coords().
int Topology_s::my_coords[QUDA_MAX_DIM] |
Definition at line 14 of file comm_common.cpp.
Referenced by comm_coords(), and comm_create_topology().
int Topology_s::my_rank |
Definition at line 13 of file comm_common.cpp.
Referenced by comm_create_topology().
int Topology_s::ndim |
Definition at line 9 of file comm_common.cpp.
Referenced by comm_create_topology(), comm_ndim(), comm_rank_displaced(), comm_rank_from_coords(), and index().
int* Topology_s::ranks |
Definition at line 11 of file comm_common.cpp.
Referenced by comm_create_topology(), comm_destroy_topology(), and comm_rank_from_coords().