Go to the source code of this file.
|
| static int | default_rendezvous (HAVEWANT_t key) |
| |
| static int * | cnt2displ (int *cnt) |
| |
| static int * | srccnt2destcnt (int *srccnt) |
| |
| static void | rendezvous_rank_get (HAVEWANT_t *data, int size, HAVEWANT_t *&sdata, int *&scnt, int *&sdispl, HAVEWANT_t *&rdata, int *&rcnt, int *&rdispl, int(*rendezvous_rank)(HAVEWANT_t)) |
| |
| static void | have_to_want (HAVEWANT_t *have, int have_size, HAVEWANT_t *want, int want_size, HAVEWANT_t *&send_to_want, int *&send_to_want_cnt, int *&send_to_want_displ, HAVEWANT_t *&recv_from_have, int *&recv_from_have_cnt, int *&recv_from_have_displ, int(*rendezvous_rank)(HAVEWANT_t)) |
| |
◆ have2want_cpp
◆ HAVEWANT_t
◆ cnt2displ()
| static int* cnt2displ |
( |
int * |
cnt | ) |
|
|
static |
◆ default_rendezvous()
◆ have_to_want()
| static void have_to_want |
( |
HAVEWANT_t * |
have, |
|
|
int |
have_size, |
|
|
HAVEWANT_t * |
want, |
|
|
int |
want_size, |
|
|
HAVEWANT_t *& |
send_to_want, |
|
|
int *& |
send_to_want_cnt, |
|
|
int *& |
send_to_want_displ, |
|
|
HAVEWANT_t *& |
recv_from_have, |
|
|
int *& |
recv_from_have_cnt, |
|
|
int *& |
recv_from_have_displ, |
|
|
int(*)(HAVEWANT_t) |
rendezvous_rank |
|
) |
| |
|
static |
◆ rendezvous_rank_get()
◆ srccnt2destcnt()
| static int* srccnt2destcnt |
( |
int * |
srccnt | ) |
|
|
static |