fml  0.1-0
Fused Matrix Library
fml::comm Member List

This is the complete list of members for fml::comm, including all inherited members.

_comm (defined in fml::comm)fml::commprotected
_localrank (defined in fml::comm)fml::commprotected
_localsize (defined in fml::comm)fml::commprotected
_rank (defined in fml::comm)fml::commprotected
_size (defined in fml::comm)fml::commprotected
allreduce(int n, T *data, MPI_Op op=MPI_SUM) constfml::comminline
barrier() constfml::comminline
bcast(int n, T *data, int root) constfml::comminline
comm(MPI_Comm comm=MPI_COMM_WORLD)fml::comminline
create(MPI_Group group)fml::comminline
finalize()fml::comminline
free()fml::comminline
get_comm() constfml::comminline
info() constfml::comminline
irecv(int n, T *data, int source, int tag=0) const (defined in fml::comm)fml::comminline
isend(int n, const T *data, int dest, int tag=0) const (defined in fml::comm)fml::comminline
jid(const int n) constfml::comminline
localrank() constfml::comminline
localsize() constfml::comminline
printf(int rank, const char *fmt,...) constfml::comminline
rank() constfml::comminline
rank0() constfml::comminline
recv(int n, T *data, int source, int tag=0) constfml::comminline
reduce(int n, T *data, MPI_Op op=MPI_SUM, int root=0) constfml::comminline
send(int n, const T *data, int dest, int tag=0) constfml::comminline
set(MPI_Comm comm)fml::comminline
size() constfml::comminline
split(int color, int key)fml::comminline