Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
java.lang.Object | +----mpi.Comm | +----mpi.Intercomm
Fields inherited from class mpi.Comm |
handle, NULL, SELF, WORLD |
Constructor Summary | |
Intercomm()
|
|
Intercomm(int Type)
|
|
Intercomm(long _handle)
|
Method Summary | |
java.lang.Object | clone()
|
Intracomm | Merge(boolean high)
|
Group | Remote_group()
|
int | Remote_size()
|
Methods inherited from class mpi.Comm |
Abort, Attr_delete, Attr_get, Attr_put, Bsend, Bsend_init, clone, Compare, Create_intercomm, dup, Errhandler_set, Errorhandler_get, Free, GetComm, GetIntercomm, Group, Ibsend, Iprobe, Irecv, Irsend, Isend, Issend, Pack, Pack_size, Probe, Rank, Recv, Recv_init, Rsend, Rsend_init, Send, Send_init, Sendrecv, Sendrecv_replace, Size, Ssend, Ssend_init, Test_inter, Topo_test, Unpack |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Intercomm()
public Intercomm(int Type)
public Intercomm(long _handle)
Method Detail |
public java.lang.Object clone()
public int Remote_size()
returns: | number of process in remote group of this communicator |
Java binding of the MPI operation MPI_COMM_REMOTE_SIZE.
public Group Remote_group()
returns: | remote group of this communicator |
Java binding of the MPI operation MPI_COMM_REMOTE_GROUP.
public Intracomm Merge(boolean high)
high | true if the local group has higher ranks in combined group |
returns: | new intra-communicator |
Java binding of the MPI operation MPI_INTERCOMM_MERGE.
Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |