![]() |
(git:298f7c4)
|
Internal struct for storing a one dimensional distribution. More...
#include <dbm_distribution.h>
Data Fields | |
| int | length |
| int * | index2coord |
| int | nlocals |
| int * | local_indicies |
| cp_mpi_comm_t | comm |
| int | nranks |
| int | my_rank |
| int | nshards |
Internal struct for storing a one dimensional distribution.
Definition at line 16 of file dbm_distribution.h.
| int dbm_dist_1d_t::length |
Definition at line 17 of file dbm_distribution.h.
| int* dbm_dist_1d_t::index2coord |
Definition at line 18 of file dbm_distribution.h.
| int dbm_dist_1d_t::nlocals |
Definition at line 19 of file dbm_distribution.h.
| int* dbm_dist_1d_t::local_indicies |
Definition at line 20 of file dbm_distribution.h.
| cp_mpi_comm_t dbm_dist_1d_t::comm |
Definition at line 21 of file dbm_distribution.h.
| int dbm_dist_1d_t::nranks |
Definition at line 22 of file dbm_distribution.h.
| int dbm_dist_1d_t::my_rank |
Definition at line 23 of file dbm_distribution.h.
| int dbm_dist_1d_t::nshards |
Definition at line 24 of file dbm_distribution.h.