Struct t8_recv_list_entry_struct

Struct Documentation

struct t8_recv_list_entry_struct

In forest_ghost_receive we need a lookup table to give us the position of a process in the ghost->remote_processes array, given the rank of a process. We implement this via a hash table with the following struct as entry.

Public Members

int rank

The rank of this process

int pos_in_remote_processes

The position of this process in the remote_processes array