, including all inherited members.
barrier() | TML_Comm | |
barrier(const string &) | TML_Comm | |
broadcast(T) | TML_Comm | |
broadcast_array(T *, int) | TML_Comm | |
broadcast_cont(const T &) | TML_Comm | |
broadcast_cont_packed(const T &) | TML_Comm | |
comm() const (defined in TML_Comm) | TML_Comm | [inline] |
exclude(const vector< int > &) | TML_Comm | |
gather(multimap< int, T > &) | TML_Comm | |
gather_debug(multimap< int, T > &) | TML_Comm | |
gather_packed(multimap< int, T > &) (defined in TML_Comm) | TML_Comm | |
get_all_dims() const | TML_CartComm | |
get_coords(int) | TML_CartComm | |
get_coords() const | TML_CartComm | |
get_dim(int) | TML_CartComm | |
get_ndim() const (defined in TML_CartComm) | TML_CartComm | [inline] |
include(const vector< int > &) | TML_Comm | |
isNull() const (defined in TML_Comm) | TML_Comm | [inline] |
m_comm (defined in TML_Comm) | TML_Comm | [protected] |
m_status (defined in TML_Comm) | TML_Comm | [protected] |
operator=(const TML_Comm &) (defined in TML_Comm) | TML_Comm | |
rank() const (defined in TML_Comm) | TML_Comm | |
receive(T &, int, int=MPI_ANY_TAG) | TML_Comm | |
receive_array(T *, int, int, int=MPI_ANY_TAG) | TML_Comm | |
receive_cont(T &, int, int=MPI_ANY_TAG) | TML_Comm | |
receive_cont_packed(T &, int, bool, int=MPI_ANY_TAG) | TML_Comm | |
recv_broadcast(T &, int) | TML_Comm | |
recv_broadcast_array(T *, int, int) | TML_Comm | |
recv_broadcast_cont(T &, int) | TML_Comm | |
recv_broadcast_cont_packed(T &, int) | TML_Comm | |
recv_scatter(T &, int) | TML_Comm | |
recv_scatter_packed(T &, int) | TML_Comm | |
scatter(const multimap< int, T >) | TML_Comm | |
scatter_packed(const multimap< int, T >) | TML_Comm | |
send(T, int, int=0) | TML_Comm | |
send_array(T *, int, int, int=0) | TML_Comm | |
send_cont(const T &, int, int=0) | TML_Comm | |
send_cont_packed(T, int, bool, int=0) | TML_Comm | |
send_gather(T &, int) | TML_Comm | |
send_gather_debug(T &, int) | TML_Comm | |
send_gather_packed(const T &, int) (defined in TML_Comm) | TML_Comm | |
sendrecv(T, P &, int, int, int=0) | TML_Comm | |
sendrecv_array(T *, int, P *, int, int, int, int=0) | TML_Comm | |
sendrecv_cont(T, P &, int, int, int=0) | TML_Comm | |
sendrecv_cont_packed(T, P &, int, int, bool, int=0) | TML_Comm | |
sendrecv_cont_packed_replace(T &, int, int, bool, int=0) | TML_Comm | |
sendrecv_cont_replace(T &, int, int, int=0) | TML_Comm | |
setComm(MPI_Comm) | TML_Comm | |
shift(T, P &, int, int, int=0) | TML_CartComm | |
shift_array(T *, int, P *, int, int, int, int=0) | TML_CartComm | |
shift_array_packed(T *, int, P *, int, int, int, int=0) | TML_CartComm | |
shift_cont(T, P &, int, int, int=0) | TML_CartComm | |
shift_cont_packed(T, P &, int, int, int=0) | TML_CartComm | |
shift_packed(T, P &, int, int, int=0) | TML_CartComm | |
size() (defined in TML_Comm) | TML_Comm | |
sum_all(const T &) (defined in TML_Comm) | TML_Comm | |
TML_CartComm(TML_Comm *comm, vector< unsigned int > dims, vector< bool > circular) | TML_CartComm | |
TML_CartComm(TML_Comm *comm, unsigned int ndims, const vector< int > &dims, const vector< bool > &circular) | TML_CartComm | |
TML_CartComm(TML_Comm *, unsigned int, int *, int *) | TML_CartComm | |
TML_Comm() | TML_Comm | |
TML_Comm(MPI_Comm) | TML_Comm | |