![]() |
fml
0.1-0
Fused Matrix Library
|
This is the complete list of members for fml::comm, including all inherited members.
_comm (defined in fml::comm) | fml::comm | protected |
_localrank (defined in fml::comm) | fml::comm | protected |
_localsize (defined in fml::comm) | fml::comm | protected |
_rank (defined in fml::comm) | fml::comm | protected |
_size (defined in fml::comm) | fml::comm | protected |
allreduce(int n, T *data, MPI_Op op=MPI_SUM) const | fml::comm | inline |
barrier() const | fml::comm | inline |
bcast(int n, T *data, int root) const | fml::comm | inline |
comm(MPI_Comm comm=MPI_COMM_WORLD) | fml::comm | inline |
create(MPI_Group group) | fml::comm | inline |
finalize() | fml::comm | inline |
free() | fml::comm | inline |
get_comm() const | fml::comm | inline |
info() const | fml::comm | inline |
irecv(int n, T *data, int source, int tag=0) const (defined in fml::comm) | fml::comm | inline |
isend(int n, const T *data, int dest, int tag=0) const (defined in fml::comm) | fml::comm | inline |
jid(const int n) const | fml::comm | inline |
localrank() const | fml::comm | inline |
localsize() const | fml::comm | inline |
printf(int rank, const char *fmt,...) const | fml::comm | inline |
rank() const | fml::comm | inline |
rank0() const | fml::comm | inline |
recv(int n, T *data, int source, int tag=0) const | fml::comm | inline |
reduce(int n, T *data, MPI_Op op=MPI_SUM, int root=0) const | fml::comm | inline |
send(int n, const T *data, int dest, int tag=0) const | fml::comm | inline |
set(MPI_Comm comm) | fml::comm | inline |
size() const | fml::comm | inline |
split(int color, int key) | fml::comm | inline |