#include <jem/mp/MTContext.h>
|
| | MTContext (int n) |
| |
| | MTContext (int rank, const Self &rhs) |
| |
| | MTContext (int rank, const Ref< mt::Arena > &arena) |
| |
| virtual String | getErrorString (int err) const |
| |
| virtual int | size () const |
| |
| virtual int | myRank () const |
| |
| virtual bool | isShared () const |
| |
| virtual void | abort (int err) |
| |
| virtual Ref< Context > | clone () |
| |
| virtual Ref< RequestList > | newRequestList () |
| |
| virtual void | send (const SendBuffer &buf, int dest, int tag) |
| |
| virtual void | recv (const RecvBuffer &buf, int src, int tag, Status *stat) |
| |
| virtual Ref< Request > | initSend (const SendBuffer &buf, int dest, int tag) |
| |
| virtual Ref< Request > | initRecv (const RecvBuffer &buf, int src, int tag) |
| |
| virtual void | barrier () |
| |
| virtual void | broadcast (const SendBuffer &buf) |
| |
| virtual void | broadcast (const RecvBuffer &buf, int root) |
| |
| virtual void | reduce (const RecvBuffer &in, const SendBuffer &out, int root, Opcode opcode) |
| |
| virtual void | allreduce (const RecvBuffer &in, const SendBuffer &out, Opcode opcode) |
| |
| virtual Class * | getClass () const |
| | Returns the Class instance representing the runtime class of this object. More...
|
| |
| virtual String | toString () const |
| | Returns a short textual description of this object. More...
|
| |
| virtual long | hashValue () const |
| | Returns a hash value for this object. More...
|
| |
| virtual bool | equals (const Ref< Object > &obj) const |
| | Tests whether two objects are equal. More...
|
| |
| Ref< Object > | clone () const |
| | Returns a copy of this object. More...
|
| |
| jem::mp::MTContext::MTContext |
( |
int |
n | ) |
|
|
explicit |
| jem::mp::MTContext::MTContext |
( |
int |
rank, |
|
|
const Self & |
rhs |
|
) |
| |
| jem::mp::MTContext::MTContext |
( |
int |
rank, |
|
|
const Ref< mt::Arena > & |
arena |
|
) |
| |
| virtual jem::mp::MTContext::~MTContext |
( |
| ) |
|
|
protectedvirtual |
| virtual String jem::mp::MTContext::getErrorString |
( |
int |
err | ) |
const |
|
virtual |
| virtual int jem::mp::MTContext::size |
( |
| ) |
const |
|
virtual |
| virtual int jem::mp::MTContext::myRank |
( |
| ) |
const |
|
virtual |
| virtual bool jem::mp::MTContext::isShared |
( |
| ) |
const |
|
virtual |
| virtual void jem::mp::MTContext::abort |
( |
int |
err | ) |
|
|
virtual |
| virtual Ref<Context> jem::mp::MTContext::clone |
( |
| ) |
|
|
virtual |
| virtual void jem::mp::MTContext::send |
( |
const SendBuffer & |
buf, |
|
|
int |
dest, |
|
|
int |
tag |
|
) |
| |
|
virtual |
| virtual void jem::mp::MTContext::recv |
( |
const RecvBuffer & |
buf, |
|
|
int |
src, |
|
|
int |
tag, |
|
|
Status * |
stat |
|
) |
| |
|
virtual |
| virtual void jem::mp::MTContext::barrier |
( |
| ) |
|
|
virtual |
| virtual void jem::mp::MTContext::broadcast |
( |
const SendBuffer & |
buf | ) |
|
|
virtual |
| virtual void jem::mp::MTContext::broadcast |
( |
const RecvBuffer & |
buf, |
|
|
int |
root |
|
) |
| |
|
virtual |