索引

A B C D E F G H I K L M N O P Q R S T U V W 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格

A

abort(int) - 类中的方法 mpi.Comm
Abort MPI.
accept(String, int) - 类中的方法 mpi.Intracomm
Java binding of MPI_COMM_ACCEPT using MPI_INFO_NULL.
accept(String, Info, int) - 类中的方法 mpi.Intracomm
Java binding of MPI_COMM_ACCEPT.
accumulate(Buffer, int, Datatype, int, int, int, Datatype, Op) - 类中的方法 mpi.Win
Java binding of MPI_ACCUMULATE.
addByte() - 类中的方法 mpi.Struct
Adds a byte field to this struct.
addByte(int) - 类中的方法 mpi.Struct
Adds a byte array to this struct.
addChar() - 类中的方法 mpi.Struct
Adds a char field to this struct.
addChar(int) - 类中的方法 mpi.Struct
Adds a char array to this struct.
addData(Datatype) - 类中的方法 mpi.Struct
Adds a field of the specified data type.
addData(Datatype, int) - 类中的方法 mpi.Struct
Adds an array of the specified data type.
addDouble() - 类中的方法 mpi.Struct
Adds a double field to this struct.
addDouble(int) - 类中的方法 mpi.Struct
Adds a double array to this struct.
addFloat() - 类中的方法 mpi.Struct
Adds a float field to this struct.
addFloat(int) - 类中的方法 mpi.Struct
Adds a float array to this struct.
addInt() - 类中的方法 mpi.Struct
Adds an int field to this struct.
addInt(int) - 类中的方法 mpi.Struct
Adds an int array to this struct.
addLong() - 类中的方法 mpi.Struct
Adds a long field to this struct.
addLong(int) - 类中的方法 mpi.Struct
Adds a long array to this struct.
addRecvBufRef(Buffer) - 类中的方法 mpi.Request
Adds a receive buffer to this Request object.
addSendBufRef(Buffer) - 类中的方法 mpi.Request
Adds a send buffer to this Request object.
addShort() - 类中的方法 mpi.Struct
Adds a short field to this struct.
addShort(int) - 类中的方法 mpi.Struct
Adds a short array to this struct.
addStruct(Struct) - 类中的方法 mpi.Struct
Adds a struct field to this struct.
addStruct(Struct, int) - 类中的方法 mpi.Struct
Adds an array of structs to this struct.
allGather(Object, int, Datatype) - 类中的方法 mpi.Comm
Similar to gather, but all processes receive the result.
allGather(Object, int, Datatype, Object, int, Datatype) - 类中的方法 mpi.Comm
Similar to gather, but all processes receive the result.
allGatherv(Object, int[], int[], Datatype) - 类中的方法 mpi.Comm
Similar to gatherv, but all processes receive the result.
allGatherv(Object, int, Datatype, Object, int[], int[], Datatype) - 类中的方法 mpi.Comm
Similar to gatherv, but all processes receive the result.
allReduce(Object, int, Datatype, Op) - 类中的方法 mpi.Comm
Same as reduce except that the result appears in receive buffer of all process in the group.
allReduce(Object, Object, int, Datatype, Op) - 类中的方法 mpi.Comm
Same as reduce except that the result appears in receive buffer of all process in the group.
allToAll(Object, int, Datatype, Object, int, Datatype) - 类中的方法 mpi.Comm
Extension of allGather to the case where each process sends distinct data to each of the receivers.
allToAllv(Object, int[], int[], Datatype, Object, int[], int[], Datatype) - 类中的方法 mpi.Comm
Adds flexibility to allToAll: location of data for send is specified by sdispls and location to place data on receive side is specified by rdispls.
allToAllw(Buffer, int[], int[], Datatype[], Buffer, int[], int[], Datatype[]) - 类中的方法 mpi.Comm
Adds more flexibility to allToAllv: datatypes for send are specified by sendTypes and datatypes for receive are specified by recvTypes per process.
ANY_SOURCE - 类中的静态变量 mpi.MPI
 
ANY_TAG - 类中的静态变量 mpi.MPI
 
APPNUM - 类中的静态变量 mpi.MPI
 
assertDirectBuffer(Buffer) - 类中的静态方法 mpi.MPI
Asserts that a buffer is direct.
assertDirectBuffer(Buffer, Buffer) - 类中的静态方法 mpi.MPI
Asserts that buffers are direct.
attach(Buffer, int) - 类中的方法 mpi.Win
Java binding of MPI_WIN_ATTACH.
attachBuffer(byte[]) - 类中的静态方法 mpi.MPI
Attaches a user-provided buffer for sending.
attrGet(byte[]) - 类中的静态方法 mpi.MPI
 
attrSet(Object) - 类中的静态方法 mpi.MPI
 

B

BAND - 类中的静态变量 mpi.MPI
 
barrier() - 类中的方法 mpi.Comm
A call to barrier blocks the caller until all process in the group have called it.
baseSize - 类中的变量 mpi.Datatype
 
baseType - 类中的变量 mpi.Datatype
 
bcast(Object, int, Datatype, int) - 类中的方法 mpi.Comm
Broadcast a message from the process with rank root to all processes of the group.
BOOLEAN - 类中的静态变量 mpi.Datatype
 
BOOLEAN - 类中的静态变量 mpi.MPI
 
BOR - 类中的静态变量 mpi.MPI
 
bSend(Object, int, Datatype, int, int) - 类中的方法 mpi.Comm
Send in buffered mode.
BSEND_OVERHEAD - 类中的静态变量 mpi.MPI
 
bSendInit(Buffer, int, Datatype, int, int) - 类中的方法 mpi.Comm
Creates a persistent communication request for a buffered mode send.
BXOR - 类中的静态变量 mpi.MPI
 
BYTE - 类中的静态变量 mpi.Datatype
 
BYTE - 类中的静态变量 mpi.MPI
 

C

call(Object, Object, int) - 类中的方法 mpi.Op
 
call(Object, Object, int, Datatype) - 类中的方法 mpi.UserFunction
User-defined function for a new Op.
call(ByteBuffer, ByteBuffer, int, Datatype) - 类中的方法 mpi.UserFunction
User-defined function for a new Op.
callErrhandler(int) - 类中的方法 mpi.Comm
Calls the error handler currently associated with the communicator.
callErrhandler(int) - 类中的方法 mpi.File
Java binding of the MPI operation MPI_FILE_CALL_ERRHANDLER.
callErrhandler(int) - 类中的方法 mpi.Win
Java binding of the MPI operation MPI_WIN_CALL_ERRHANDLER.
cancel() - 类中的方法 mpi.Request
Mark a pending nonblocking communication for cancellation.
CART - 类中的静态变量 mpi.MPI
 
CartComm - mpi中的类
Communicator with cartesian structure.
CartComm(long) - 类的构造器 mpi.CartComm
 
CartComm(long[]) - 类的构造器 mpi.CartComm
 
CartParms - mpi中的类
Cartesian topology information associated with a communicator.
CartParms(int[], boolean[], int[]) - 类的构造器 mpi.CartParms
Constructs a cartesian topology information object.
CHAR - 类中的静态变量 mpi.Datatype
 
CHAR - 类中的静态变量 mpi.MPI
 
check() - 类中的静态方法 mpi.MPI
Check if MPI has been initialized and hasn't been finalized.
clone() - 类中的方法 mpi.CartComm
Duplicates this communicator.
clone() - 类中的方法 mpi.Comm
Duplicates this communicator.
clone() - 类中的方法 mpi.Datatype
Java binding of MPI_TYPE_DUP.
clone() - 类中的方法 mpi.GraphComm
Duplicates this communicator.
clone() - 类中的方法 mpi.Info
Java binding of the MPI operation MPI_INFO_DUP.
clone() - 类中的方法 mpi.Intercomm
Duplicates this communicator.
clone() - 类中的方法 mpi.Intracomm
Duplicates this communicator.
close() - 类中的方法 mpi.File
Java binding of MPI_FILE_CLOSE.
closePort(String) - 类中的静态方法 mpi.Intracomm
Java binding of MPI_CLOSE_PORT.
Comm - mpi中的类
The Comm class represents communicators.
Comm() - 类的构造器 mpi.Comm
 
Comm(long) - 类的构造器 mpi.Comm
 
Comm(long[]) - 类的构造器 mpi.Comm
 
COMM_SELF - 类中的静态变量 mpi.MPI
 
COMM_WORLD - 类中的静态变量 mpi.MPI
 
commit() - 类中的方法 mpi.Datatype
Commits a derived datatype.
compare(Comm, Comm) - 类中的静态方法 mpi.Comm
Compare two communicators.
compare(Group, Group) - 类中的静态方法 mpi.Group
Compare two groups.
compareAndSwap(Buffer, Buffer, Buffer, Datatype, int, int) - 类中的方法 mpi.Win
Java binding of MPI_COMPARE_AND_SWAP.
compareTo(Object) - 类中的方法 mpi.Count
 
complete() - 类中的方法 mpi.Win
Java binding of the MPI operation MPI_WIN_COMPLETE.
CONGRUENT - 类中的静态变量 mpi.MPI
 
connect(String, int) - 类中的方法 mpi.Intracomm
Java binding of MPI_COMM_CONNECT using MPI_INFO_NULL.
connect(String, Info, int) - 类中的方法 mpi.Intracomm
Java binding of MPI_COMM_CONNECT.
Count - mpi中的类
This class represents MPI_Count.
Count(long) - 类的构造器 mpi.Count
 
create(Group) - 类中的方法 mpi.Intracomm
Create a new communicator.
createCart(int[], boolean[], boolean) - 类中的方法 mpi.Intracomm
Creates a communicator to which the Cartesian topology information is attached.
createContiguous(int, Datatype) - 类中的静态方法 mpi.Datatype
Construct new datatype representing replication of old datatype into contiguous locations.
createDims(int, int[]) - 类中的静态方法 mpi.CartComm
Select a balanced distribution of processes per coordinate direction.
createDistGraph(int[], int[], int[], int[], Info, boolean) - 类中的方法 mpi.Intracomm
Creates a communicator to which the distributed graph topology information is attached.
createDistGraph(int[], int[], int[], Info, boolean) - 类中的方法 mpi.Intracomm
Creates a communicator to which the distributed graph topology information is attached.
createDistGraphAdjacent(int[], int[], int[], int[], Info, boolean) - 类中的方法 mpi.Intracomm
Creates a communicator to which the distributed graph topology information is attached.
createDistGraphAdjacent(int[], int[], Info, boolean) - 类中的方法 mpi.Intracomm
Creates a communicator to which the distributed graph topology information is attached.
createGraph(int[], int[], boolean) - 类中的方法 mpi.Intracomm
Creates a communicator to which the graph topology information is attached.
createGroup(Group, int) - 类中的方法 mpi.Intracomm
Create a new intracommunicator for the given group.
createHIndexed(int[], int[], Datatype) - 类中的静态方法 mpi.Datatype
Identical to createIndexed except that the displacements are expressed directly in terms of the buffer index, rather than the units of the old type.
createHVector(int, int, int, Datatype) - 类中的静态方法 mpi.Datatype
Identical to createVector except that the stride is expressed directly in terms of the buffer index, rather than the units of the old type.
createIndexed(int[], int[], Datatype) - 类中的静态方法 mpi.Datatype
Construct new datatype representing replication of old datatype into a sequence of blocks where each block can contain a different number of copies and have a different displacement.
createIntercomm(Comm, int, int, int) - 类中的方法 mpi.Comm
Create an inter-communicator.
createKeyval() - 类中的静态方法 mpi.Comm
Create a new attribute key.
createKeyval() - 类中的静态方法 mpi.Datatype
Create a new attribute key.
createKeyval() - 类中的静态方法 mpi.Win
Create a new attribute key.
createResized(Datatype, int, int) - 类中的静态方法 mpi.Datatype
Create a datatype with a new lower bound and extent from an existing datatype.
createStruct(int[], int[], Datatype[]) - 类中的静态方法 mpi.Datatype
The most general type constructor.
createVector(int, int, int, Datatype) - 类中的静态方法 mpi.Datatype
Construct new datatype representing replication of old datatype into locations that consist of equally spaced blocks.

D

data - 类中的变量 mpi.Status
 
Data() - 类的构造器 mpi.DoubleInt.Data
 
Data() - 类的构造器 mpi.FloatInt.Data
 
Data() - 类的构造器 mpi.Int2.Data
 
Data() - 类的构造器 mpi.LongInt.Data
 
Data() - 类的构造器 mpi.ShortInt.Data
 
Data() - 类的构造器 mpi.Struct.Data
 
Datatype - mpi中的类
The Datatype class represents MPI_Datatype handles.
Datatype() - 类的构造器 mpi.Datatype
 
DATATYPE_NULL - 类中的静态变量 mpi.MPI
 
delete(String) - 类中的静态方法 mpi.File
Java binding of MPI_FILE_DELETE using MPI_INFO_NULL.
delete(String) - 类中的方法 mpi.Info
Java binding of the MPI operation MPI_INFO_DELETE.
delete(String, Info) - 类中的静态方法 mpi.File
Java binding of MPI_FILE_DELETE.
deleteAttr(int) - 类中的方法 mpi.Comm
Deletes an attribute value associated with a key on a communicator.
deleteAttr(int) - 类中的方法 mpi.Datatype
Deletes an attribute value associated with a key.
deleteAttr(int) - 类中的方法 mpi.Win
Deletes an attribute value associated with a key.
detach(Buffer) - 类中的方法 mpi.Win
Java binding of MPI_WIN_DETACH.
detachBuffer() - 类中的静态方法 mpi.MPI
Removes an existing buffer (for use in sending).
difference(Group, Group) - 类中的静态方法 mpi.Group
Set difference of two groups.
disconnect() - 类中的方法 mpi.Comm
Java binding of the MPI operation MPI_COMM_DISCONNECT.
DISPLACEMENT_CURRENT - 类中的静态变量 mpi.MPI
 
DIST_GRAPH - 类中的静态变量 mpi.MPI
 
DistGraphNeighbors - mpi中的类
Adjacency information for a distributed graph topology.
DistGraphNeighbors(int[], int[], int[], int[], boolean) - 类的构造器 mpi.DistGraphNeighbors
 
DISTRIBUTE_BLOCK - 类中的静态变量 mpi.MPI
 
DISTRIBUTE_CYCLIC - 类中的静态变量 mpi.MPI
 
DISTRIBUTE_DFLT_DARG - 类中的静态变量 mpi.MPI
 
DISTRIBUTE_NONE - 类中的静态变量 mpi.MPI
 
DOUBLE - 类中的静态变量 mpi.Datatype
 
DOUBLE - 类中的静态变量 mpi.MPI
 
DOUBLE_COMPLEX - 类中的静态变量 mpi.Datatype
 
DOUBLE_COMPLEX - 类中的静态变量 mpi.MPI
 
DOUBLE_INT - 类中的静态变量 mpi.Datatype
 
DOUBLE_INT - 类中的静态变量 mpi.MPI
Struct which must be used with MPI.doubleInt.
DoubleComplex - mpi中的类
This class wraps a complex number stored in a buffer.
doubleInt - 类中的静态变量 mpi.MPI
Struct object for MPI.DOUBLE_INT datatype.
DoubleInt - mpi中的类
Struct class for MPI.DOUBLE_INT datatype.
DoubleInt(int, int) - 类的构造器 mpi.DoubleInt
The struct object will be created only in MPI class.
DoubleInt.Data - mpi中的类
Class for reading/writing data in a struct stored in a byte buffer.
dup() - 类中的方法 mpi.CartComm
Duplicates this communicator.
dup() - 类中的方法 mpi.Comm
Duplicates this communicator.
dup() - 类中的方法 mpi.Datatype
Java binding of MPI_TYPE_DUP.
dup() - 类中的方法 mpi.GraphComm
Duplicates this communicator.
dup() - 类中的方法 mpi.Info
Java binding of the MPI operation MPI_INFO_DUP.
dup() - 类中的方法 mpi.Intercomm
Duplicates this communicator.
dup() - 类中的方法 mpi.Intracomm
Duplicates this communicator.
dup(long) - 类中的方法 mpi.Comm
 
dupWithInfo(long, long) - 类中的方法 mpi.Comm
 
dupWithInfo(Info) - 类中的方法 mpi.CartComm
Duplicates this communicator with the info object used in the call.
dupWithInfo(Info) - 类中的方法 mpi.Comm
Duplicates this communicator with the info object used in the call.
dupWithInfo(Info) - 类中的方法 mpi.GraphComm
Duplicates this communicator with the info object used in the call.
dupWithInfo(Info) - 类中的方法 mpi.Intercomm
Duplicates this communicator with the info object used in the call.
dupWithInfo(Info) - 类中的方法 mpi.Intracomm
Duplicates this communicator with the info object used in the call.

E

equals(Object) - 类中的方法 mpi.Count
 
ERR_ACCESS - 类中的静态变量 mpi.MPI
 
ERR_AMODE - 类中的静态变量 mpi.MPI
 
ERR_ARG - 类中的静态变量 mpi.MPI
 
ERR_ASSERT - 类中的静态变量 mpi.MPI
 
ERR_BAD_FILE - 类中的静态变量 mpi.MPI
 
ERR_BASE - 类中的静态变量 mpi.MPI
 
ERR_BUFFER - 类中的静态变量 mpi.MPI
 
ERR_COMM - 类中的静态变量 mpi.MPI
 
ERR_CONVERSION - 类中的静态变量 mpi.MPI
 
ERR_COUNT - 类中的静态变量 mpi.MPI
 
ERR_DIMS - 类中的静态变量 mpi.MPI
 
ERR_DISP - 类中的静态变量 mpi.MPI
 
ERR_DUP_DATAREP - 类中的静态变量 mpi.MPI
 
ERR_FILE - 类中的静态变量 mpi.MPI
 
ERR_FILE_EXISTS - 类中的静态变量 mpi.MPI
 
ERR_FILE_IN_USE - 类中的静态变量 mpi.MPI
 
ERR_GROUP - 类中的静态变量 mpi.MPI
 
ERR_IN_STATUS - 类中的静态变量 mpi.MPI
 
ERR_INFO - 类中的静态变量 mpi.MPI
 
ERR_INFO_KEY - 类中的静态变量 mpi.MPI
 
ERR_INFO_NOKEY - 类中的静态变量 mpi.MPI
 
ERR_INFO_VALUE - 类中的静态变量 mpi.MPI
 
ERR_INTERN - 类中的静态变量 mpi.MPI
 
ERR_IO - 类中的静态变量 mpi.MPI
 
ERR_KEYVAL - 类中的静态变量 mpi.MPI
 
ERR_LASTCODE - 类中的静态变量 mpi.MPI
 
ERR_LOCKTYPE - 类中的静态变量 mpi.MPI
 
ERR_NAME - 类中的静态变量 mpi.MPI
 
ERR_NO_MEM - 类中的静态变量 mpi.MPI
 
ERR_NO_SPACE - 类中的静态变量 mpi.MPI
 
ERR_NO_SUCH_FILE - 类中的静态变量 mpi.MPI
 
ERR_NOT_SAME - 类中的静态变量 mpi.MPI
 
ERR_OP - 类中的静态变量 mpi.MPI
 
ERR_OTHER - 类中的静态变量 mpi.MPI
 
ERR_PENDING - 类中的静态变量 mpi.MPI
 
ERR_PORT - 类中的静态变量 mpi.MPI
 
ERR_QUOTA - 类中的静态变量 mpi.MPI
 
ERR_RANK - 类中的静态变量 mpi.MPI
 
ERR_READ_ONLY - 类中的静态变量 mpi.MPI
 
ERR_REQUEST - 类中的静态变量 mpi.MPI
 
ERR_RMA_CONFLICT - 类中的静态变量 mpi.MPI
 
ERR_RMA_SYNC - 类中的静态变量 mpi.MPI
 
ERR_ROOT - 类中的静态变量 mpi.MPI
 
ERR_SERVICE - 类中的静态变量 mpi.MPI
 
ERR_SIZE - 类中的静态变量 mpi.MPI
 
ERR_SPAWN - 类中的静态变量 mpi.MPI
 
ERR_SYSRESOURCE - 类中的静态变量 mpi.MPI
 
ERR_TAG - 类中的静态变量 mpi.MPI
 
ERR_TOPOLOGY - 类中的静态变量 mpi.MPI
 
ERR_TRUNCATE - 类中的静态变量 mpi.MPI
 
ERR_TYPE - 类中的静态变量 mpi.MPI
 
ERR_UNKNOWN - 类中的静态变量 mpi.MPI
 
ERR_UNSUPPORTED_DATAREP - 类中的静态变量 mpi.MPI
 
ERR_UNSUPPORTED_OPERATION - 类中的静态变量 mpi.MPI
 
ERR_WIN - 类中的静态变量 mpi.MPI
 
Errhandler - mpi中的类
Error handler.
Errhandler(long) - 类的构造器 mpi.Errhandler
 
ERRORS_ARE_FATAL - 类中的静态变量 mpi.MPI
 
ERRORS_RETURN - 类中的静态变量 mpi.MPI
 
excl(int[]) - 类中的方法 mpi.Group
Create a subset group excluding specified processes.
exScan(Object, int, Datatype, Op) - 类中的方法 mpi.Intracomm
Perform a prefix reduction on data distributed across the group.
exScan(Object, Object, int, Datatype, Op) - 类中的方法 mpi.Intracomm
Perform a prefix reduction on data distributed across the group.

F

fence(int) - 类中的方法 mpi.Win
Java binding of MPI_WIN_FENCE.
fetchAndOp(Buffer, Buffer, Datatype, int, int, Op) - 类中的方法 mpi.Win
Java binding of MPI_FETCH_AND_OP.
File - mpi中的类
This class represents MPI_File.
File(Comm, String, int) - 类的构造器 mpi.File
Java binding of MPI_FILE_OPEN using MPI_INFO_NULL.
File(Comm, String, int, Info) - 类的构造器 mpi.File
Java binding of MPI_FILE_OPEN.
FileView - mpi中的类
This class represents file views.
FileView(long, Datatype, Datatype, String) - 类的构造器 mpi.FileView
Constructs a file view.
Finalize() - 类中的静态方法 mpi.MPI
Finalize MPI.
FLAVOR_PRIVATE - 类中的静态变量 mpi.Win
 
FLAVOR_SHARED - 类中的静态变量 mpi.Win
 
FLOAT - 类中的静态变量 mpi.Datatype
 
FLOAT - 类中的静态变量 mpi.MPI
 
FLOAT_COMPLEX - 类中的静态变量 mpi.Datatype
 
FLOAT_COMPLEX - 类中的静态变量 mpi.MPI
 
FLOAT_INT - 类中的静态变量 mpi.Datatype
 
FLOAT_INT - 类中的静态变量 mpi.MPI
Struct which must be used with MPI.floatInt.
FloatComplex - mpi中的类
This class wraps a complex number stored in a buffer.
floatInt - 类中的静态变量 mpi.MPI
Struct object for MPI.FLOAT_INT datatype.
FloatInt - mpi中的类
Struct class for MPI.FLOAT_INT datatype.
FloatInt(int, int) - 类的构造器 mpi.FloatInt
The struct object will be created only in MPI class.
FloatInt.Data - mpi中的类
Class for reading/writing data in a struct stored in a byte buffer.
flush(int) - 类中的方法 mpi.Win
Java binding of the MPI operation MPI_WIN_FLUSH.
flushAll() - 类中的方法 mpi.Win
Java binding of the MPI operation MPI_WIN_FLUSH_ALL.
flushLocal(int) - 类中的方法 mpi.Win
Java binding of the MPI operation MPI_WIN_FLUSH_LOCAL.
flushLocalAll() - 类中的方法 mpi.Win
Java binding of the MPI operation MPI_WIN_FLUSH_LOCAL_ALL.
free() - 类中的方法 mpi.Comm
Java binding of the MPI operation MPI_COMM_FREE.
free() - 类中的方法 mpi.Datatype
Frees the datatype.
free() - 接口中的方法 mpi.Freeable
Frees a freeable object.
free() - 类中的方法 mpi.Group
Java binding of the MPI operation MPI_GROUP_FREE.
free() - 类中的方法 mpi.Info
Java binding of the MPI operation MPI_INFO_FREE.
free() - 类中的方法 mpi.Op
Java binding of the MPI operation MPI_OP_FREE.
free() - 类中的方法 mpi.Request
Set the request object to be void.
free() - 类中的方法 mpi.Win
Java binding of MPI_WIN_FREE.
Freeable - mpi中的接口
Objects freeables must be freed calling the method free.
freeKeyval(int) - 类中的静态方法 mpi.Comm
Frees an attribute key for communicators.
freeKeyval(int) - 类中的静态方法 mpi.Datatype
Frees an attribute key.
freeKeyval(int) - 类中的静态方法 mpi.Win
Frees an attribute key.

G

gather(Object, int, Datatype, int) - 类中的方法 mpi.Comm
Each process sends the contents of its send buffer to the root process.
gather(Object, int, Datatype, Object, int, Datatype, int) - 类中的方法 mpi.Comm
Each process sends the contents of its send buffer to the root process.
gatherv(Object, int[], int[], Datatype, int) - 类中的方法 mpi.Comm
Extends functionality of gather by allowing varying counts of data from each process.
gatherv(Object, int, Datatype, int) - 类中的方法 mpi.Comm
Extends functionality of gather by allowing varying counts of data from each process.
gatherv(Object, int, Datatype, Object, int[], int[], Datatype, int) - 类中的方法 mpi.Comm
Extends functionality of gather by allowing varying counts of data from each process.
get(double[]) - 类中的静态方法 mpi.DoubleComplex
Wraps a complex number stored in the first two values of an array.
get(double[], int) - 类中的静态方法 mpi.DoubleComplex
Wraps the complex number at the specified position of an array of complex numbers stored in an array of doubles.
get(float[]) - 类中的静态方法 mpi.FloatComplex
Wraps a complex number stored in the first two values of an array.
get(float[], int) - 类中的静态方法 mpi.FloatComplex
Wraps the complex number at the specified position of an array of complex numbers stored in an array of floats.
get(String) - 类中的方法 mpi.Info
Java binding of the MPI operation MPI_INFO_GET.
get(Buffer, int, Datatype, int, int, int, Datatype) - 类中的方法 mpi.Win
Java binding of MPI_GET.
get(ByteBuffer) - 类中的静态方法 mpi.DoubleComplex
Wraps a complex number stored in a buffer
get(ByteBuffer) - 类中的静态方法 mpi.FloatComplex
Wraps a complex number stored in a buffer
get(ByteBuffer, int) - 类中的静态方法 mpi.DoubleComplex
Wraps the complex number at the specified position of an array of complex numbers stored in a buffer.
get(ByteBuffer, int) - 类中的静态方法 mpi.FloatComplex
Wraps the complex number at the specified position of an array of complex numbers stored in a buffer.
get(DoubleBuffer) - 类中的静态方法 mpi.DoubleComplex
Wraps a complex number stored in a buffer
get(DoubleBuffer, int) - 类中的静态方法 mpi.DoubleComplex
Wraps the complex number at the specified position of an array of complex numbers stored in a buffer.
get(FloatBuffer) - 类中的静态方法 mpi.FloatComplex
Wraps a complex number stored in a buffer
get(FloatBuffer, int) - 类中的静态方法 mpi.FloatComplex
Wraps the complex number at the specified position of an array of complex numbers stored in a buffer.
getAccumulate(Buffer, int, Datatype, Buffer, int, Datatype, int, int, int, Datatype, Op) - 类中的方法 mpi.Win
Java binding of MPI_GET_ACCUMULATE.
getAMode() - 类中的方法 mpi.File
Java binding of MPI_FILE_GET_AMODE.
getAtomicity() - 类中的方法 mpi.File
Java binding of MPI_FILE_GET_ATOMICITY.
getAttr(int) - 类中的方法 mpi.Comm
Retrieves attribute value by key.
getAttr(int) - 类中的方法 mpi.Datatype
Retrieves attribute value by key.
getAttr(int) - 类中的方法 mpi.Win
Retrieves attribute value by key.
getBuffer() - 类中的方法 mpi.DoubleComplex
Gets the buffer where the complex number is stored.
getBuffer() - 类中的方法 mpi.FloatComplex
Gets the buffer where the complex number is stored.
getBuffer() - 类中的方法 mpi.Struct.Data
Gets the buffer where this struct data is stored.
getBuffer(Datatype, int) - 类中的方法 mpi.Struct.Data
Gets the buffer of a field.
getBuffer(Datatype, int, int) - 类中的方法 mpi.Struct.Data
Gets the buffer data at the specified position of a buffer array.
getByte(int) - 类中的方法 mpi.Struct.Data
Gets the byte value of a field.
getByte(int, int) - 类中的方法 mpi.Struct.Data
Gets the byte value at the specified position of a byte array.
getByteOffset(long) - 类中的方法 mpi.File
Java binding of MPI_FILE_GET_BYTE_OFFSET.
getChar(int) - 类中的方法 mpi.Struct.Data
Gets the char value of a field.
getChar(int, int) - 类中的方法 mpi.Struct.Data
Gets the char value at the specified position of a char array.
getCoord(int) - 类中的方法 mpi.CartParms
Returns the coordinate of calling process for a cartesian dimension.
getCoords(int) - 类中的方法 mpi.CartComm
Translate process rank to logical process coordinates.
getCount() - 类中的方法 mpi.Count
Gets value associated with this Count object.
getCount(Datatype) - 类中的方法 mpi.Status
Returns the number of received entries.
getData(byte[]) - 类中的方法 mpi.Struct
 
getData(byte[], int) - 类中的方法 mpi.Struct
 
getData(ByteBuffer) - 类中的方法 mpi.Struct
 
getData(ByteBuffer, int) - 类中的方法 mpi.Struct
 
getData(S, int) - 类中的方法 mpi.Struct.Data
 
getData(S, int, int) - 类中的方法 mpi.Struct.Data
 
getDataRep() - 类中的方法 mpi.FileView
Gets the data representation.
getDestination(int) - 类中的方法 mpi.DistGraphNeighbors
Gets a process for which the calling process is a source
getDestinationWeight(int) - 类中的方法 mpi.DistGraphNeighbors
Gets the weight of an edge out of the calling process.
getDim(int) - 类中的方法 mpi.CartParms
Returns the number of processes for a cartesian dimension.
getDimCount() - 类中的方法 mpi.CartParms
Returns the number of dimensions.
getDims() - 类中的方法 mpi.GraphComm
Returns graph topology information.
getDisp() - 类中的方法 mpi.FileView
Gets the displacement.
getDistGraphNeighbors() - 类中的方法 mpi.GraphComm
Gets the adjacency information for a distributed graph topology.
getDouble(int) - 类中的方法 mpi.Struct.Data
Gets the double value of a field.
getDouble(int, int) - 类中的方法 mpi.Struct.Data
Gets the double value at the specified position of a double array.
getEdge(int) - 类中的方法 mpi.GraphParms
Returns the edge i.
getEdgeCount() - 类中的方法 mpi.GraphParms
Returns the number of edges.
getElements(Datatype) - 类中的方法 mpi.Status
Retrieves the number of basic elements from status.
getElementsX(Datatype) - 类中的方法 mpi.Status
Retrieves the number of basic elements from status.
getEmpty() - 类中的静态方法 mpi.Group
 
getErrhandler() - 类中的方法 mpi.Comm
Returns the error handler currently associated with the communicator.
getErrhandler() - 类中的方法 mpi.File
Java binding of the MPI operation MPI_FILE_GET_ERRHANDLER.
getErrhandler() - 类中的方法 mpi.Win
Java binding of the MPI operation MPI_WIN_GET_ERRHANDLER.
getError() - 类中的方法 mpi.Status
Returns the MPI_ERROR of message.
getErrorClass() - 异常错误中的方法 mpi.MPIException
Gets the MPI error class.
getErrorCode() - 异常错误中的方法 mpi.MPIException
Gets the MPI error code.
getEType() - 类中的方法 mpi.FileView
Gets the elementary datatype.
getExtent() - 类中的方法 mpi.Datatype
Returns the extent of a datatype.
getExtent() - 类中的方法 mpi.Struct
Returns the extent of the struct data type.
getFatal() - 类中的静态方法 mpi.Errhandler
 
getFileType() - 类中的方法 mpi.FileView
Gets the file type.
getFloat(int) - 类中的方法 mpi.Struct.Data
Gets the float value of a field.
getFloat(int, int) - 类中的方法 mpi.Struct.Data
Gets the float value at the specified position of a float array.
getGroup() - 类中的方法 mpi.Comm
Return group associated with a communicator.
getGroup() - 类中的方法 mpi.File
Java binding of MPI_FILE_GET_GROUP.
getGroup() - 类中的方法 mpi.Win
Java binding of the MPI operation MPI_GET_GROUP.
getHandles(Request[]) - 类中的静态方法 mpi.Request
 
getImag() - 类中的方法 mpi.DoubleComplex
Gets the imaginary value.
getImag() - 类中的方法 mpi.FloatComplex
Gets the imaginary value.
getInDegree() - 类中的方法 mpi.DistGraphNeighbors
Gets the number of edges into this process.
getIndex() - 类中的方法 mpi.DoubleInt.Data
Gets the int value.
getIndex() - 类中的方法 mpi.FloatInt.Data
Gets the int value.
getIndex() - 类中的方法 mpi.Int2.Data
Gets the second int.
getIndex() - 类中的方法 mpi.LongInt.Data
Gets the int value.
getIndex() - 类中的方法 mpi.ShortInt.Data
Gets the int value.
getIndex() - 类中的方法 mpi.Status
Returns the index of message.
getIndex(int) - 类中的方法 mpi.GraphParms
Returns the index of the node i.
getIndexCount() - 类中的方法 mpi.GraphParms
Returns the number of nodes.
getInfo() - 类中的方法 mpi.Comm
Java binding of MPI_COMM_GET_INFO.
getInfo() - 类中的方法 mpi.File
Java binding of MPI_FILE_GET_INFO.
getInfo() - 类中的方法 mpi.Win
Java binding of the MPI operation MPI_WIN_GET_INFO.
getInt(int) - 类中的方法 mpi.Struct.Data
Gets the int value of a field.
getInt(int, int) - 类中的方法 mpi.Struct.Data
Gets the int value at the specified position of an int array.
getKey(int) - 类中的方法 mpi.Info
Java binding of the MPI operation MPI_INFO_GET_NTHKEY.
getLb() - 类中的方法 mpi.Datatype
Returns the lower bound of a datatype.
getLibVersion() - 类中的静态方法 mpi.MPI
Returns the version of the MPI Library
getLong(int) - 类中的方法 mpi.Struct.Data
Gets the long value of a field.
getLong(int, int) - 类中的方法 mpi.Struct.Data
Gets the long value at the specified position of a long array.
getName() - 类中的方法 mpi.Comm
Return the print name from the communicator.
getName() - 类中的方法 mpi.Datatype
Return the print name from the datatype.
getName() - 类中的方法 mpi.Win
Java binding of the MPI operation MPI_WIN_GET_NAME.
getNeighbors(int) - 类中的方法 mpi.GraphComm
Provides adjacency information for general graph topology.
getNull() - 类中的静态方法 mpi.Request
 
getOffset(Object) - 类中的方法 mpi.Datatype
Gets the offset of a buffer in bytes.
getOutDegree() - 类中的方法 mpi.DistGraphNeighbors
Gets the number of edges out of this process.
getParent() - 类中的静态方法 mpi.Intercomm
Java binding of MPI_COMM_GET_PARENT.
getPeriod(int) - 类中的方法 mpi.CartParms
Returns the periodicity (true/false) for a cartesian dimension.
getPosition() - 类中的方法 mpi.File
Java binding of MPI_FILE_GET_POSITION.
getPositionShared() - 类中的方法 mpi.File
Java binding of MPI_FILE_GET_POSITION_SHARED.
getProcessorName() - 类中的静态方法 mpi.MPI
Returns the name of the processor on which it is called.
getRank() - 类中的方法 mpi.Comm
Rank of this process in group of this communicator.
getRank() - 类中的方法 mpi.Group
Rank of this process in the group.
getRank(int[]) - 类中的方法 mpi.CartComm
Translate logical process coordinates to process rank.
getRankDest() - 类中的方法 mpi.ShiftParms
Gets the destination rank.
getRankSource() - 类中的方法 mpi.ShiftParms
Gets the source rank.
getReal() - 类中的方法 mpi.DoubleComplex
Gets the real value.
getReal() - 类中的方法 mpi.FloatComplex
Gets the real value.
getRemoteGroup() - 类中的方法 mpi.Intercomm
Return the remote group.
getRemoteSize() - 类中的方法 mpi.Intercomm
Size of remote group.
getRequest() - 类中的方法 mpi.Comm
Returns the associated request to this communicator if it was created using Comm.iDup().
getReturn() - 类中的静态方法 mpi.Errhandler
 
getShort(int) - 类中的方法 mpi.Struct.Data
Gets the short value of a field.
getShort(int, int) - 类中的方法 mpi.Struct.Data
Gets the short value at the specified position of a short array.
getSize() - 类中的方法 mpi.Comm
Size of group of this communicator.
getSize() - 类中的方法 mpi.Datatype
Returns the total size of a datatype - the number of buffer elements it represents.
getSize() - 类中的方法 mpi.File
Java binding of MPI_FILE_GET_SIZE.
getSize() - 类中的方法 mpi.Group
Java binding of the MPI operation MPI_GROUP_SIZE.
getSource() - 类中的方法 mpi.Status
Returns the "source" of message.
getSource(int) - 类中的方法 mpi.DistGraphNeighbors
Gets a process for which the calling processs is a destination.
getSourceWeight(int) - 类中的方法 mpi.DistGraphNeighbors
Gets the weight of an edge into the calling process.
getStatus() - 类中的方法 mpi.Request
Returns a status object if the operation identified by the request is complete, or a null reference otherwise.
getSubVersion() - 类中的方法 mpi.Version
Gets the MPI subversion.
getTag() - 类中的方法 mpi.Status
Returns the "tag" of message.
getTopo() - 类中的方法 mpi.CartComm
Returns cartesian topology information.
getTopology() - 类中的方法 mpi.Comm
Returns the type of topology associated with the communicator.
getTrueExtent() - 类中的方法 mpi.Datatype
Returns the true extent of a datatype.
getTrueLb() - 类中的方法 mpi.Datatype
Returns the true lower bound of a datatype.
getType() - 类中的方法 mpi.Struct
Returns the data type of the struct.
getTypeExtent(Datatype) - 类中的方法 mpi.File
Java binding of MPI_FILE_GET_TYPE_EXTENT.
getValue() - 类中的方法 mpi.DoubleInt.Data
Gets the double value.
getValue() - 类中的方法 mpi.FloatInt.Data
Gets the float value.
getValue() - 类中的方法 mpi.Int2.Data
Gets the first int.
getValue() - 类中的方法 mpi.LongInt.Data
Gets the long value.
getValue() - 类中的方法 mpi.ShortInt.Data
Gets the short value.
getVersion() - 类中的静态方法 mpi.MPI
Returns a version object representing the version of MPI being used.
getVersion() - 类中的方法 mpi.Version
Gets the MPI version.
getView() - 类中的方法 mpi.File
Java binding of MPI_FILE_GET_VIEW.
GRAPH - 类中的静态变量 mpi.MPI
 
GraphComm - mpi中的类
Communicator with graph structure.
GraphComm(long) - 类的构造器 mpi.GraphComm
 
GraphComm(long[]) - 类的构造器 mpi.GraphComm
 
GraphParms - mpi中的类
Graph topology information associated with a communicator.
GraphParms(int[], int[]) - 类的构造器 mpi.GraphParms
Constructs a graph topology information object.
Group - mpi中的类
This class represents MPI_Group.
Group(long) - 类的构造器 mpi.Group
 
GROUP_EMPTY - 类中的静态变量 mpi.MPI
 

H

handle - 类中的变量 mpi.Comm
 
handle - 类中的变量 mpi.Datatype
 
handle - 类中的变量 mpi.Errhandler
 
handle - 类中的变量 mpi.Group
 
handle - 类中的变量 mpi.Info
 
handle - 类中的变量 mpi.Message
 
handle - 类中的变量 mpi.Op
 
handle - 类中的变量 mpi.Request
 
HOST - 类中的静态变量 mpi.MPI
 

I

iAllGather(Buffer, int, Datatype) - 类中的方法 mpi.Comm
Similar to gather, but all processes receive the result.
iAllGather(Buffer, int, Datatype, Buffer, int, Datatype) - 类中的方法 mpi.Comm
Similar to gather, but all processes receive the result.
iAllGatherv(Buffer, int[], int[], Datatype) - 类中的方法 mpi.Comm
Similar to gatherv, but all processes receive the result.
iAllGatherv(Buffer, int, Datatype, Buffer, int[], int[], Datatype) - 类中的方法 mpi.Comm
Similar to gatherv, but all processes receive the result.
iAllReduce(Buffer, int, Datatype, Op) - 类中的方法 mpi.Comm
Same as reduce except that the result appears in receive buffer of all process in the group.
iAllReduce(Buffer, Buffer, int, Datatype, Op) - 类中的方法 mpi.Comm
Same as reduce except that the result appears in receive buffer of all process in the group.
iAllToAll(Buffer, int, Datatype, Buffer, int, Datatype) - 类中的方法 mpi.Comm
Extension of allGather to the case where each process sends distinct data to each of the receivers.
iAllToAllv(Buffer, int[], int[], Datatype, Buffer, int[], int[], Datatype) - 类中的方法 mpi.Comm
Adds flexibility to allToAll: location of data for send is specified by sdispls and location to place data on receive side is specified by rdispls.
iAllToAllw(Buffer, int[], int[], Datatype[], Buffer, int[], int[], Datatype[]) - 类中的方法 mpi.Comm
Adds more flexibility to iAllToAllv: datatypes for send are specified by sendTypes and datatypes for receive are specified by recvTypes per process.
iBarrier() - 类中的方法 mpi.Comm
Nonblocking barrier sinchronization.
iBcast(Buffer, int, Datatype, int) - 类中的方法 mpi.Comm
Broadcast a message from the process with rank root to all processes of the group.
ibSend(Buffer, int, Datatype, int, int) - 类中的方法 mpi.Comm
Start a buffered mode, nonblocking send.
IDENT - 类中的静态变量 mpi.MPI
 
iDup() - 类中的方法 mpi.CartComm
Duplicates this communicator.
iDup() - 类中的方法 mpi.Comm
Duplicates this communicator.
iDup() - 类中的方法 mpi.GraphComm
Duplicates this communicator.
iDup() - 类中的方法 mpi.Intercomm
Duplicates this communicator.
iDup() - 类中的方法 mpi.Intracomm
Duplicates this communicator.
iDup(long) - 类中的方法 mpi.Comm
 
iExScan(Buffer, int, Datatype, Op) - 类中的方法 mpi.Intracomm
Perform a prefix reduction on data distributed across the group.
iExScan(Buffer, Buffer, int, Datatype, Op) - 类中的方法 mpi.Intracomm
Perform a prefix reduction on data distributed across the group.
iGather(Buffer, int, Datatype, int) - 类中的方法 mpi.Comm
Each process sends the contents of its send buffer to the root process.
iGather(Buffer, int, Datatype, Buffer, int, Datatype, int) - 类中的方法 mpi.Comm
Each process sends the contents of its send buffer to the root process.
iGatherv(Buffer, int[], int[], Datatype, int) - 类中的方法 mpi.Comm
Extends functionality of gather by allowing varying counts of data from each process.
iGatherv(Buffer, int, Datatype, int) - 类中的方法 mpi.Comm
Extends functionality of gather by allowing varying counts of data from each process.
iGatherv(Buffer, int, Datatype, Buffer, int[], int[], Datatype, int) - 类中的方法 mpi.Comm
Extends functionality of gather by allowing varying counts of data from each process.
imProbe(int, int, Comm) - 类中的方法 mpi.Message
Java binding of MPI_IMPROBE.
imRecv(Buffer, int, Datatype) - 类中的方法 mpi.Message
Java binding of MPI_IMRECV.
incl(int[]) - 类中的方法 mpi.Group
Create a subset group including specified processes.
iNeighborAllGather(Buffer, int, Datatype, Buffer, int, Datatype) - 类中的方法 mpi.Comm
Java binding of MPI_INEIGHBOR_ALLGATHER.
iNeighborAllGatherv(Buffer, int, Datatype, Buffer, int[], int[], Datatype) - 类中的方法 mpi.Comm
Java binding of MPI_INEIGHBOR_ALLGATHERV.
iNeighborAllToAll(Buffer, int, Datatype, Buffer, int, Datatype) - 类中的方法 mpi.Comm
Java binding of MPI_INEIGHBOR_ALLTOALL.
iNeighborAllToAllv(Buffer, int[], int[], Datatype, Buffer, int[], int[], Datatype) - 类中的方法 mpi.Comm
Java binding of MPI_INEIGHBOR_ALLTOALLV.
Info - mpi中的类
This class represents MPI_Info.
Info() - 类的构造器 mpi.Info
Java binding of the MPI operation MPI_INFO_CREATE.
Info(long) - 类的构造器 mpi.Info
 
INFO_ENV - 类中的静态变量 mpi.MPI
 
INFO_NULL - 类中的静态变量 mpi.MPI
 
Init(String[]) - 类中的静态方法 mpi.MPI
Initialize MPI.
InitThread(String[], int) - 类中的静态方法 mpi.MPI
Initialize MPI with threads.
INT - 类中的静态变量 mpi.Datatype
 
INT - 类中的静态变量 mpi.MPI
 
int2 - 类中的静态变量 mpi.MPI
Struct object for MPI.INT2 datatype.
Int2 - mpi中的类
Struct class for MPI.INT2 datatype.
Int2(int, int) - 类的构造器 mpi.Int2
The struct object will be created only in MPI class.
INT2 - 类中的静态变量 mpi.Datatype
 
INT2 - 类中的静态变量 mpi.MPI
Struct which must be used with MPI.int2.
Int2.Data - mpi中的类
Class for reading/writing data in a struct stored in a byte buffer.
Intercomm - mpi中的类
This class represents intercommunicators.
Intercomm(long) - 类的构造器 mpi.Intercomm
 
Intercomm(long[]) - 类的构造器 mpi.Intercomm
 
intersection(Group, Group) - 类中的静态方法 mpi.Group
Set intersection of two groups.
Intracomm - mpi中的类
This class represents intracommunicator.
Intracomm() - 类的构造器 mpi.Intracomm
 
Intracomm(long) - 类的构造器 mpi.Intracomm
 
Intracomm(long[]) - 类的构造器 mpi.Intracomm
 
IO - 类中的静态变量 mpi.MPI
 
iProbe(int, int) - 类中的方法 mpi.Comm
Check if there is an incoming message matching the pattern specified.
iRead(Buffer, int, Datatype) - 类中的方法 mpi.File
Java binding of MPI_FILE_IREAD.
iReadAll(Buffer, int, Datatype) - 类中的方法 mpi.File
Java binding of MPI_FILE_IREAD_ALL.
iReadAt(long, Buffer, int, Datatype) - 类中的方法 mpi.File
Java binding of MPI_FILE_IREAD_AT.
iReadAtAll(long, Buffer, int, Datatype) - 类中的方法 mpi.File
Java binding of MPI_FILE_IREAD_AT_ALL.
iReadShared(Buffer, int, Datatype) - 类中的方法 mpi.File
Java binding of MPI_FILE_IREAD_SHARED.
iRecv(Buffer, int, Datatype, int, int) - 类中的方法 mpi.Comm
Start a nonblocking receive.
iReduce(Buffer, int, Datatype, Op, int) - 类中的方法 mpi.Comm
Combine elements in input buffer of each process using the reduce operation, and return the combined value in the output buffer of the root process.
iReduce(Buffer, Buffer, int, Datatype, Op, int) - 类中的方法 mpi.Comm
Combine elements in input buffer of each process using the reduce operation, and return the combined value in the output buffer of the root process.
iReduceScatter(Buffer, int[], Datatype, Op) - 类中的方法 mpi.Comm
Combine elements in input buffer of each process using the reduce operation, and scatter the combined values over the output buffers of the processes.
iReduceScatter(Buffer, Buffer, int[], Datatype, Op) - 类中的方法 mpi.Comm
Combine elements in input buffer of each process using the reduce operation, and scatter the combined values over the output buffers of the processes.
iReduceScatterBlock(Buffer, int, Datatype, Op) - 类中的方法 mpi.Comm
Combine values and scatter the results.
iReduceScatterBlock(Buffer, Buffer, int, Datatype, Op) - 类中的方法 mpi.Comm
Combine values and scatter the results.
irSend(Buffer, int, Datatype, int, int) - 类中的方法 mpi.Comm
Start a ready mode, nonblocking send.
iScan(Buffer, int, Datatype, Op) - 类中的方法 mpi.Intracomm
Perform a prefix reduction on data distributed across the group.
iScan(Buffer, Buffer, int, Datatype, Op) - 类中的方法 mpi.Intracomm
Perform a prefix reduction on data distributed across the group.
isCancelled() - 类中的方法 mpi.Status
Tests if the communication was cancelled.
iScatter(Buffer, int, Datatype, int) - 类中的方法 mpi.Comm
Inverse of the operation gather.
iScatter(Buffer, int, Datatype, Buffer, int, Datatype, int) - 类中的方法 mpi.Comm
Inverse of the operation gather.
iScatterv(Buffer, int[], int[], Datatype, int) - 类中的方法 mpi.Comm
Inverse of the operation gatherv.
iScatterv(Buffer, int[], int[], Datatype, Buffer, int, Datatype, int) - 类中的方法 mpi.Comm
Inverse of the operation gatherv.
iScatterv(Buffer, int, Datatype, int) - 类中的方法 mpi.Comm
Inverse of the operation gatherv.
isCommutative() - 类中的方法 mpi.Op
Test if the operation is commutative.
isDirectBuffer(Object) - 类中的静态方法 mpi.MPI
Checks if an object is a direct buffer.
iSend(Buffer, int, Datatype, int, int) - 类中的方法 mpi.Comm
Start a standard mode, nonblocking send.
isFinalized() - 类中的静态方法 mpi.MPI
Test if MPI has been finalized.
isHeapBuffer(Object) - 类中的静态方法 mpi.MPI
Checks if an object is a heap buffer.
isInitialized() - 类中的静态方法 mpi.MPI
Test if MPI has been initialized.
isInter() - 类中的方法 mpi.Comm
Test if this communicator is an inter-communicator.
isNoProc() - 类中的方法 mpi.Message
Tests if the message is MPI_MESSAGE_NO_PROC.
isNull() - 类中的方法 mpi.Comm
Test if communicator object is null (has been freed).
isNull() - 类中的方法 mpi.Datatype
Returns true if this datatype is MPI_DATATYPE_NULL.
isNull() - 类中的方法 mpi.Group
Test if group object is null.
isNull() - 类中的方法 mpi.Info
Tests if the info object is MPI_INFO_NULL (has been freed).
isNull() - 类中的方法 mpi.Message
Tests if the message is MPI_MESSAGE_NULL.
isNull() - 类中的方法 mpi.Op
Test if operation object is null.
isNull() - 类中的方法 mpi.Request
Test if request object is null.
isSend(Buffer, int, Datatype, int, int) - 类中的方法 mpi.Comm
Start a synchronous mode, nonblocking send.
isThreadMain() - 类中的静态方法 mpi.MPI
Java binding of the MPI operation MPI_IS_THREAD_MAIN.
isWeighted() - 类中的方法 mpi.DistGraphNeighbors
Returns false if MPI_UNWEIGHTED was supplied during creation.
iWrite(Buffer, int, Datatype) - 类中的方法 mpi.File
Java binding of MPI_FILE_IWRITE.
iWriteAll(Buffer, int, Datatype) - 类中的方法 mpi.File
Java binding of MPI_FILE_IWRITE_ALL.
iWriteAt(long, Buffer, int, Datatype) - 类中的方法 mpi.File
Java binding of MPI_FILE_IWRITE_AT.
iWriteAtAll(long, Buffer, int, Datatype) - 类中的方法 mpi.File
Java binding of MPI_FILE_IWRITE_AT_ALL.
iWriteShared(Buffer, int, Datatype) - 类中的方法 mpi.File
Java binding of MPI_FILE_IWRITE_SHARED.

K

KEYVAL_INVALID - 类中的静态变量 mpi.MPI
 

L

LAND - 类中的静态变量 mpi.MPI
 
LASTUSEDCODE - 类中的静态变量 mpi.MPI
 
lock(int, int, int) - 类中的方法 mpi.Win
Java binding of the MPI operation MPI_WIN_LOCK.
LOCK_EXCLUSIVE - 类中的静态变量 mpi.MPI
 
LOCK_SHARED - 类中的静态变量 mpi.MPI
 
lockAll(int) - 类中的方法 mpi.Win
Java binding of the MPI operation MPI_WIN_LOCK_ALL.
LONG - 类中的静态变量 mpi.Datatype
 
LONG - 类中的静态变量 mpi.MPI
 
LONG_INT - 类中的静态变量 mpi.Datatype
 
LONG_INT - 类中的静态变量 mpi.MPI
Struct which must be used with MPI.longInt.
longInt - 类中的静态变量 mpi.MPI
Struct object for MPI.LONG_INT datatype.
LongInt - mpi中的类
Struct class for MPI.LONG_INT datatype.
LongInt(int, int, int) - 类的构造器 mpi.LongInt
The struct object will be created only in MPI class.
LongInt.Data - mpi中的类
Class for reading/writing data in a struct stored in a byte buffer.
lookupName(String) - 类中的静态方法 mpi.Intracomm
Java binding of MPI_LOOKUP_NAME using MPI_INFO_NULL.
lookupName(String, Info) - 类中的静态方法 mpi.Intracomm
Java binding of MPI_LOOKUP_NAME.
LOR - 类中的静态变量 mpi.MPI
 
LXOR - 类中的静态变量 mpi.MPI
 

M

map(int[], boolean[]) - 类中的方法 mpi.CartComm
Compute an optimal placement.
map(int[], int[]) - 类中的方法 mpi.GraphComm
Compute an optimal placement.
MAX - 类中的静态变量 mpi.MPI
 
MAX_DATAREP_STRING - 类中的静态变量 mpi.MPI
 
MAX_INFO_KEY - 类中的静态变量 mpi.MPI
 
MAX_INFO_VAL - 类中的静态变量 mpi.MPI
 
MAX_OBJECT_NAME - 类中的静态变量 mpi.MPI
 
MAX_PORT_NAME - 类中的静态变量 mpi.MPI
 
MAXLOC - 类中的静态变量 mpi.MPI
Global maximum operator.
merge(boolean) - 类中的方法 mpi.Intercomm
Creates an intracommuncator from an intercommunicator
Message - mpi中的类
This class represents MPI_Message.
Message() - 类的构造器 mpi.Message
Creates a MPI_MESSAGE_NULL.
MIN - 类中的静态变量 mpi.MPI
 
MINLOC - 类中的静态变量 mpi.MPI
Global minimum operator.
MODE_APPEND - 类中的静态变量 mpi.MPI
 
MODE_CREATE - 类中的静态变量 mpi.MPI
 
MODE_DELETE_ON_CLOSE - 类中的静态变量 mpi.MPI
 
MODE_EXCL - 类中的静态变量 mpi.MPI
 
MODE_NOCHECK - 类中的静态变量 mpi.MPI
 
MODE_NOPRECEDE - 类中的静态变量 mpi.MPI
 
MODE_NOPUT - 类中的静态变量 mpi.MPI
 
MODE_NOSTORE - 类中的静态变量 mpi.MPI
 
MODE_NOSUCCEED - 类中的静态变量 mpi.MPI
 
MODE_RDONLY - 类中的静态变量 mpi.MPI
 
MODE_RDWR - 类中的静态变量 mpi.MPI
 
MODE_SEQUENTIAL - 类中的静态变量 mpi.MPI
 
MODE_UNIQUE_OPEN - 类中的静态变量 mpi.MPI
 
MODE_WRONLY - 类中的静态变量 mpi.MPI
 
mpi - 程序包 mpi
 
MPI - mpi中的类
MPI environment.
MPI() - 类的构造器 mpi.MPI
 
MPIException - mpi中的异常错误
Signals that an MPI exception of some sort has occurred.
MPIException(int, int, String) - 异常错误的构造器 mpi.MPIException
 
MPIException(String) - 异常错误的构造器 mpi.MPIException
Creates an exception.
MPIException(Throwable) - 异常错误的构造器 mpi.MPIException
Creates an exception:
mProbe(int, int, Comm) - 类中的方法 mpi.Message
Java binding of MPI_MPROBE.
mRecv(Object, int, Datatype) - 类中的方法 mpi.Message
Java binding of MPI_MRECV.

N

neighborAllGather(Object, int, Datatype, Object, int, Datatype) - 类中的方法 mpi.Comm
Java binding of MPI_NEIGHBOR_ALLGATHER.
neighborAllGatherv(Object, int, Datatype, Object, int[], int[], Datatype) - 类中的方法 mpi.Comm
Java binding of MPI_NEIGHBOR_ALLGATHERV.
neighborAllToAll(Object, int, Datatype, Object, int, Datatype) - 类中的方法 mpi.Comm
Java binding of MPI_NEIGHBOR_ALLTOALL.
neighborAllToAllv(Object, int[], int[], Datatype, Object, int[], int[], Datatype) - 类中的方法 mpi.Comm
Java binding of MPI_NEIGHBOR_ALLTOALLV.
newByteBuffer(int) - 类中的静态方法 mpi.MPI
Allocates a new direct byte buffer.
newCharBuffer(int) - 类中的静态方法 mpi.MPI
Allocates a new direct char buffer.
newData() - 类中的方法 mpi.DoubleInt
Creates a Data object.
newData() - 类中的方法 mpi.FloatInt
Creates a Data object.
newData() - 类中的方法 mpi.Int2
Creates a Data object.
newData() - 类中的方法 mpi.LongInt
Creates a Data object.
newData() - 类中的方法 mpi.ShortInt
Creates a Data object.
newData() - 类中的方法 mpi.Struct
Creates a Data object.
newDoubleBuffer(int) - 类中的静态方法 mpi.MPI
Allocates a new direct double buffer.
newEnv() - 类中的静态方法 mpi.Info
 
newFloatBuffer(int) - 类中的静态方法 mpi.MPI
Allocates a new direct float buffer.
newIntBuffer(int) - 类中的静态方法 mpi.MPI
Allocates a new direct int buffer.
newLongBuffer(int) - 类中的静态方法 mpi.MPI
Allocates a new direct long buffer.
newShortBuffer(int) - 类中的静态方法 mpi.MPI
Allocates a new direct short buffer.
NO_OP - 类中的静态变量 mpi.MPI
 
NULL - 类中的静态变量 mpi.Datatype
 
NULL - 类中的静态变量 mpi.Info
 

O

Op - mpi中的类
This class represents MPI_Op.
Op(int) - 类的构造器 mpi.Op
 
Op(UserFunction, boolean) - 类的构造器 mpi.Op
Bind a user-defined global reduction operation to an Op object.
openPort() - 类中的静态方法 mpi.Intracomm
Java binding of MPI_OPEN_PORT using MPI_INFO_NULL.
openPort(Info) - 类中的静态方法 mpi.Intracomm
Java binding of MPI_OPEN_PORT.
ORDER_C - 类中的静态变量 mpi.MPI
 
ORDER_FORTRAN - 类中的静态变量 mpi.MPI
 

P

pack(Object, int, Datatype, byte[], int) - 类中的方法 mpi.Comm
Packs message in send buffer inbuf into space specified in outbuf.
PACKED - 类中的静态变量 mpi.Datatype
 
PACKED - 类中的静态变量 mpi.MPI
 
packSize(int, Datatype) - 类中的方法 mpi.Comm
Returns an upper bound on the increment of position effected by pack.
pControl(int, Object) - 类中的静态方法 mpi.MPI
Controls profiling.
post(Group, int) - 类中的方法 mpi.Win
Java binding of the MPI operation MPI_WIN_POST.
preallocate(long) - 类中的方法 mpi.File
Java binding of MPI_FILE_PREALLOCATE.
Prequest - mpi中的类
Persistent request object.
Prequest(long) - 类的构造器 mpi.Prequest
Constructor used by sendInit, etc.
probe(int, int) - 类中的方法 mpi.Comm
Wait until there is an incoming message matching the pattern specified.
PROC_NULL - 类中的静态变量 mpi.MPI
 
PROD - 类中的静态变量 mpi.MPI
 
publishName(String, String) - 类中的静态方法 mpi.Intracomm
Java binding of MPI_PUBLISH_NAME using MPI_INFO_NULL.
publishName(String, Info, String) - 类中的静态方法 mpi.Intracomm
Java binding of MPI_PUBLISH_NAME.
put(Buffer, int, Datatype, int, int, int, Datatype) - 类中的方法 mpi.Win
Java binding of MPI_PUT.
putByte(int, byte) - 类中的方法 mpi.Struct.Data
Puts a byte value in a field.
putByte(int, int, byte) - 类中的方法 mpi.Struct.Data
Puts a byte value at the specified position of a byte array.
putChar(int, char) - 类中的方法 mpi.Struct.Data
Puts a char value in a field.
putChar(int, int, char) - 类中的方法 mpi.Struct.Data
Puts a char value at the specified position of a char array.
putDouble(int, double) - 类中的方法 mpi.Struct.Data
Puts a double value in a field.
putDouble(int, int, double) - 类中的方法 mpi.Struct.Data
Puts a double value at the specified position of a double array.
putFloat(int, float) - 类中的方法 mpi.Struct.Data
Puts a float value in a field.
putFloat(int, int, float) - 类中的方法 mpi.Struct.Data
Puts a float value at the specified position of a float array.
putImag(double) - 类中的方法 mpi.DoubleComplex
Puts the imaginary value.
putImag(float) - 类中的方法 mpi.FloatComplex
Puts the imaginary value.
putIndex(int) - 类中的方法 mpi.DoubleInt.Data
Puts the int value.
putIndex(int) - 类中的方法 mpi.FloatInt.Data
Puts the int value.
putIndex(int) - 类中的方法 mpi.Int2.Data
Puts the second int.
putIndex(int) - 类中的方法 mpi.LongInt.Data
Puts the int value.
putIndex(int) - 类中的方法 mpi.ShortInt.Data
Puts the int value.
putInt(int, int) - 类中的方法 mpi.Struct.Data
Puts an int value in a field.
putInt(int, int, int) - 类中的方法 mpi.Struct.Data
Puts an int value at the specified position of an int array.
putLong(int, int, long) - 类中的方法 mpi.Struct.Data
Puts a long value at the specified position of a long array.
putLong(int, long) - 类中的方法 mpi.Struct.Data
Puts a long value in a field.
putReal(double) - 类中的方法 mpi.DoubleComplex
Puts the real value.
putReal(float) - 类中的方法 mpi.FloatComplex
Puts the real value.
putShort(int, int, short) - 类中的方法 mpi.Struct.Data
Puts a short value at the specified position of a short array.
putShort(int, short) - 类中的方法 mpi.Struct.Data
Puts a short value in a field.
putValue(double) - 类中的方法 mpi.DoubleInt.Data
Puts the double value.
putValue(float) - 类中的方法 mpi.FloatInt.Data
Puts the float value.
putValue(int) - 类中的方法 mpi.Int2.Data
Puts the first int.
putValue(long) - 类中的方法 mpi.LongInt.Data
Puts the long value.
putValue(short) - 类中的方法 mpi.ShortInt.Data
Puts the short value.

Q

queryThread() - 类中的静态方法 mpi.MPI
Java binding of the MPI operation MPI_QUERY_THREAD.

R

rAccumulate(Buffer, int, Datatype, int, int, int, Datatype, Op) - 类中的方法 mpi.Win
Java binding of MPI_RACCUMULATE.
rangeExcl(int[][]) - 类中的方法 mpi.Group
Create a subset group excluding processes specified by strided intervals of ranks.
rangeIncl(int[][]) - 类中的方法 mpi.Group
Create a subset group including processes specified by strided intervals of ranks.
read(Object, int, Datatype) - 类中的方法 mpi.File
Java binding of MPI_FILE_READ.
readAll(Object, int, Datatype) - 类中的方法 mpi.File
Java binding of MPI_FILE_READ_ALL.
readAllBegin(Object, int, Datatype) - 类中的方法 mpi.File
Java binding of MPI_FILE_READ_ALL_BEGIN.
readAllEnd(Object) - 类中的方法 mpi.File
Java binding of MPI_FILE_READ_ALL_END.
readAt(long, Object, int, Datatype) - 类中的方法 mpi.File
Java binding of MPI_FILE_READ_AT.
readAtAll(long, Object, int, Datatype) - 类中的方法 mpi.File
Java binding of MPI_FILE_READ_AT_ALL.
readAtAllBegin(long, Object, int, Datatype) - 类中的方法 mpi.File
Java binding of MPI_FILE_READ_AT_ALL_BEGIN.
readAtAllEnd(Object) - 类中的方法 mpi.File
Java binding of MPI_FILE_READ_AT_ALL_END.
readOrdered(Object, int, Datatype) - 类中的方法 mpi.File
Java binding of MPI_FILE_READ_ORDERED.
readOrderedBegin(Object, int, Datatype) - 类中的方法 mpi.File
Java binding of MPI_FILE_READ_ORDERED_BEGIN.
readOrderedEnd(Object) - 类中的方法 mpi.File
Java binding of MPI_FILE_READ_ORDERED_END.
readShared(Object, int, Datatype) - 类中的方法 mpi.File
Java binding of MPI_FILE_READ_SHARED.
recv(Object, int, Datatype, int, int) - 类中的方法 mpi.Comm
Blocking receive operation.
recvBuf - 类中的变量 mpi.Request
 
recvInit(Buffer, int, Datatype, int, int) - 类中的方法 mpi.Comm
Creates a persistent communication request for a receive operation.
reduce(Object, int, Datatype, Op, int) - 类中的方法 mpi.Comm
Combine elements in input buffer of each process using the reduce operation, and return the combined value in the output buffer of the root process.
reduce(Object, Object, int, Datatype, Op, int) - 类中的方法 mpi.Comm
Combine elements in input buffer of each process using the reduce operation, and return the combined value in the output buffer of the root process.
reduceLocal(Object, Object, int, Datatype, Op) - 类中的静态方法 mpi.Comm
Apply the operation given by op element-wise to the elements of inBuf and inOutBuf with the result stored element-wise in inOutBuf.
reduceScatter(Object, int[], Datatype, Op) - 类中的方法 mpi.Comm
Combine elements in input buffer of each process using the reduce operation, and scatter the combined values over the output buffers of the processes.
reduceScatter(Object, Object, int[], Datatype, Op) - 类中的方法 mpi.Comm
Combine elements in input buffer of each process using the reduce operation, and scatter the combined values over the output buffers of the processes.
reduceScatterBlock(Object, int, Datatype, Op) - 类中的方法 mpi.Comm
Combine values and scatter the results.
reduceScatterBlock(Object, Object, int, Datatype, Op) - 类中的方法 mpi.Comm
Combine values and scatter the results.
REPLACE - 类中的静态变量 mpi.MPI
 
Request - mpi中的类
Request object.
Request(long) - 类的构造器 mpi.Request
 
REQUEST_NULL - 类中的静态变量 mpi.MPI
 
rGet(Buffer, int, Datatype, int, int, int, Datatype) - 类中的方法 mpi.Win
Java binding of MPI_RGET.
rGetAccumulate(Buffer, int, Datatype, Buffer, int, Datatype, int, int, int, Datatype, Op) - 类中的方法 mpi.Win
Java binding of MPI_RGET_ACCUMULATE.
ROOT - 类中的静态变量 mpi.MPI
 
rPut(Buffer, int, Datatype, int, int, int, Datatype) - 类中的方法 mpi.Win
Java binding of the MPI operation MPI_RPUT.
rSend(Object, int, Datatype, int, int) - 类中的方法 mpi.Comm
Send in ready mode.
rSendInit(Buffer, int, Datatype, int, int) - 类中的方法 mpi.Comm
Creates a persistent communication request for a ready mode send.

S

scan(Object, int, Datatype, Op) - 类中的方法 mpi.Intracomm
Perform a prefix reduction on data distributed across the group.
scan(Object, Object, int, Datatype, Op) - 类中的方法 mpi.Intracomm
Perform a prefix reduction on data distributed across the group.
scatter(Object, int, Datatype, int) - 类中的方法 mpi.Comm
Inverse of the operation gather.
scatter(Object, int, Datatype, Object, int, Datatype, int) - 类中的方法 mpi.Comm
Inverse of the operation gather.
scatterv(Object, int[], int[], Datatype, int) - 类中的方法 mpi.Comm
Inverse of the operation gatherv.
scatterv(Object, int[], int[], Datatype, Object, int, Datatype, int) - 类中的方法 mpi.Comm
Inverse of the operation gatherv.
scatterv(Object, int, Datatype, int) - 类中的方法 mpi.Comm
Inverse of the operation gatherv.
seek(long, int) - 类中的方法 mpi.File
Java binding of MPI_FILE_SEEK.
SEEK_CUR - 类中的静态变量 mpi.MPI
 
SEEK_END - 类中的静态变量 mpi.MPI
 
SEEK_SET - 类中的静态变量 mpi.MPI
 
seekShared(long, int) - 类中的方法 mpi.File
Java binding of MPI_FILE_SEEK_SHARED.
SELF - 类中的静态变量 mpi.Comm
 
send(Object, int, Datatype, int, int) - 类中的方法 mpi.Comm
Blocking send operation.
sendBuf - 类中的变量 mpi.Request
 
sendInit(Buffer, int, Datatype, int, int) - 类中的方法 mpi.Comm
Creates a persistent communication request for a standard mode send.
sendRecv(Object, int, Datatype, int, int, Object, int, Datatype, int, int) - 类中的方法 mpi.Comm
Execute a blocking send and receive operation.
sendRecvReplace(Object, int, Datatype, int, int, int, int) - 类中的方法 mpi.Comm
Execute a blocking send and receive operation, receiving message into send buffer.
set(String, String) - 类中的方法 mpi.Info
Java binding of the MPI operation MPI_INFO_SET.
setAtomicity(boolean) - 类中的方法 mpi.File
Java binding of MPI_FILE_SET_ATOMICITY.
setAttr(int, Object) - 类中的方法 mpi.Comm
Stores attribute value associated with a key.
setAttr(int, Object) - 类中的方法 mpi.Datatype
Stores attribute value associated with a key.
setAttr(int, Object) - 类中的方法 mpi.Win
Stores attribute value associated with a key.
setBasic(int) - 类中的方法 mpi.Datatype
 
setBasic(int, Datatype) - 类中的方法 mpi.Datatype
 
setCancelled(boolean) - 类中的方法 mpi.Status
Sets the cancelled flag.
setCount(long) - 类中的方法 mpi.Count
Sets the value associated with this Count object.
setDatatype(Datatype) - 类中的方法 mpi.Op
 
setElements(Datatype, int) - 类中的方法 mpi.Status
Sets the number of basic elements for this status object.
setElementsX(Datatype, Count) - 类中的方法 mpi.Status
Sets the number of basic elements for this status object.
setErrhandler(Errhandler) - 类中的方法 mpi.Comm
Associates a new error handler with communicator at the calling process.
setErrhandler(Errhandler) - 类中的方法 mpi.File
Java binding of the MPI operation MPI_FILE_SET_ERRHANDLER.
setErrhandler(Errhandler) - 类中的方法 mpi.Win
Java binding of the MPI operation MPI_WIN_SET_ERRHANDLER.
setHandles(Request[], long[]) - 类中的静态方法 mpi.Request
 
setInfo(Info) - 类中的方法 mpi.Comm
Java binding of MPI_COMM_SET_INFO.
setInfo(Info) - 类中的方法 mpi.File
Java binding of MPI_FILE_SET_INFO.
setInfo(Info) - 类中的方法 mpi.Win
Java binding of the MPI operation MPI_WIN_SET_INFO.
setName(String) - 类中的方法 mpi.Comm
Sets the print name for the communicator.
setName(String) - 类中的方法 mpi.Datatype
Sets the print name for the datatype.
setName(String) - 类中的方法 mpi.Win
Java binding of the MPI operation MPI_WIN_SET_NAME.
setOffset(int) - 类中的方法 mpi.Struct
Sets the offset of the next field.
setSize(long) - 类中的方法 mpi.File
Java binding of MPI_FILE_SET_SIZE.
setType(int) - 类中的方法 mpi.Comm
 
setView(long, Datatype, Datatype, String) - 类中的方法 mpi.File
Java binding of MPI_FILE_SET_VIEW using MPI_INFO_NULL.
setView(long, Datatype, Datatype, String, Info) - 类中的方法 mpi.File
Java binding of MPI_FILE_SET_VIEW.
shift(int, int) - 类中的方法 mpi.CartComm
Compute source and destination ranks for "shift" communication.
ShiftParms - mpi中的类
Source and destination ranks for "shift" communication.
ShiftParms(int, int) - 类的构造器 mpi.ShiftParms
 
SHORT - 类中的静态变量 mpi.Datatype
 
SHORT - 类中的静态变量 mpi.MPI
 
SHORT_INT - 类中的静态变量 mpi.Datatype
 
SHORT_INT - 类中的静态变量 mpi.MPI
Struct which must be used with MPI.shortInt.
shortInt - 类中的静态变量 mpi.MPI
Struct object for MPI.SHORT_INT datatype.
ShortInt - mpi中的类
Struct class for MPI.SHORT_INT datatype.
ShortInt(int, int, int) - 类的构造器 mpi.ShortInt
The struct object will be created only in MPI class.
ShortInt.Data - mpi中的类
Class for reading/writing data in a struct stored in a byte buffer.
SIMILAR - 类中的静态变量 mpi.MPI
 
size() - 类中的方法 mpi.Info
Java binding of the MPI operation MPI_INFO_GET_NKEYS.
slice(byte[], int) - 类中的静态方法 mpi.MPI
Creates a new buffer whose content is a shared subsequence of a buffer.
slice(char[], int) - 类中的静态方法 mpi.MPI
Creates a new buffer whose content is a shared subsequence of a buffer.
slice(double[], int) - 类中的静态方法 mpi.MPI
Creates a new buffer whose content is a shared subsequence of a buffer.
slice(float[], int) - 类中的静态方法 mpi.MPI
Creates a new buffer whose content is a shared subsequence of a buffer.
slice(int[], int) - 类中的静态方法 mpi.MPI
Creates a new buffer whose content is a shared subsequence of a buffer.
slice(long[], int) - 类中的静态方法 mpi.MPI
Creates a new buffer whose content is a shared subsequence of a buffer.
slice(short[], int) - 类中的静态方法 mpi.MPI
Creates a new buffer whose content is a shared subsequence of a buffer.
slice(ByteBuffer, int) - 类中的静态方法 mpi.MPI
Creates a new buffer whose content is a shared subsequence of a buffer.
slice(CharBuffer, int) - 类中的静态方法 mpi.MPI
Creates a new buffer whose content is a shared subsequence of a buffer.
slice(DoubleBuffer, int) - 类中的静态方法 mpi.MPI
Creates a new buffer whose content is a shared subsequence of a buffer.
slice(FloatBuffer, int) - 类中的静态方法 mpi.MPI
Creates a new buffer whose content is a shared subsequence of a buffer.
slice(IntBuffer, int) - 类中的静态方法 mpi.MPI
Creates a new buffer whose content is a shared subsequence of a buffer.
slice(LongBuffer, int) - 类中的静态方法 mpi.MPI
Creates a new buffer whose content is a shared subsequence of a buffer.
slice(ShortBuffer, int) - 类中的静态方法 mpi.MPI
Creates a new buffer whose content is a shared subsequence of a buffer.
spawn(String, String[], int, Info, int, int[]) - 类中的方法 mpi.Intracomm
Java binding of MPI_COMM_SPAWN.
spawnMultiple(String[], String[][], int[], Info[], int, int[]) - 类中的方法 mpi.Intracomm
Java binding of MPI_COMM_SPAWN_MULTIPLE.
split(int, int) - 类中的方法 mpi.Intracomm
Partition the group associated with this communicator and create a new communicator within each subgroup.
splitType(int, int, Info) - 类中的方法 mpi.Intracomm
Partition the group associated with this communicator and create a new communicator within each subgroup.
sSend(Object, int, Datatype, int, int) - 类中的方法 mpi.Comm
Send in synchronous mode.
sSendInit(Buffer, int, Datatype, int, int) - 类中的方法 mpi.Comm
Creates a persistent communication request for a synchronous mode send.
start() - 类中的方法 mpi.Prequest
Activate a persistent communication request.
start(Group, int) - 类中的方法 mpi.Win
Java binding of the MPI operation MPI_WIN_START.
startAll(Prequest[]) - 类中的静态方法 mpi.Prequest
Activate a list of communication requests.
Status - mpi中的类
This class represents MPI_Status.
Status() - 类的构造器 mpi.Status
Status objects must be created only by the MPI methods.
Struct - mpi中的类
Base class for defining struct data types.
Struct() - 类的构造器 mpi.Struct
 
Struct.Data - mpi中的类
Base class for reading/writing data in a struct stored in a byte buffer.
sub(boolean[]) - 类中的方法 mpi.CartComm
Partition cartesian communicator into subgroups of lower dimension.
SUBVERSION - 类中的静态变量 mpi.MPI
 
SUCCESS - 类中的静态变量 mpi.MPI
 
SUM - 类中的静态变量 mpi.MPI
 
sync() - 类中的方法 mpi.File
Java binding of MPI_FILE_SYNC.
sync() - 类中的方法 mpi.Win
Java binding of the MPI operation MPI_WIN_SYNC.

T

TAG_UB - 类中的静态变量 mpi.MPI
 
test() - 类中的方法 mpi.Request
Returns true if the operation identified by the request is complete, or false otherwise.
test() - 类中的方法 mpi.Win
Java binding of the MPI operation MPI_WIN_TEST.
testAll(Request[]) - 类中的静态方法 mpi.Request
Tests for completion of all of the operations associated with active requests.
testAllStatus(Request[]) - 类中的静态方法 mpi.Request
Tests for completion of all of the operations associated with active requests.
testAny(Request[]) - 类中的静态方法 mpi.Request
Tests for completion of either one or none of the operations associated with active requests.
testAnyStatus(Request[]) - 类中的静态方法 mpi.Request
Tests for completion of either one or none of the operations associated with active requests.
testSome(Request[]) - 类中的静态方法 mpi.Request
Behaves like waitSome, except that it returns immediately.
testSomeStatus(Request[]) - 类中的静态方法 mpi.Request
Behaves like waitSome, except that it returns immediately.
testStatus() - 类中的方法 mpi.Request
Returns a status object if the operation identified by the request is complete, or a null reference otherwise.
THREAD_FUNNELED - 类中的静态变量 mpi.MPI
 
THREAD_MULTIPLE - 类中的静态变量 mpi.MPI
 
THREAD_SERIALIZED - 类中的静态变量 mpi.MPI
 
THREAD_SINGLE - 类中的静态变量 mpi.MPI
 
translateRanks(Group, int[], Group) - 类中的静态方法 mpi.Group
Translate ranks within one group to ranks within another.
TYPE_SHARED - 类中的静态变量 mpi.Comm
 

U

uf - 类中的变量 mpi.Op
 
UNDEFINED - 类中的静态变量 mpi.MPI
 
UNEQUAL - 类中的静态变量 mpi.MPI
 
union(Group, Group) - 类中的静态方法 mpi.Group
Set union of two groups.
UNIVERSE_SIZE - 类中的静态变量 mpi.MPI
 
unlock(int) - 类中的方法 mpi.Win
Java binding of the MPI operation MPI_WIN_UNLOCK.
unlockAll() - 类中的方法 mpi.Win
Java binding of the MPI operation MPI_WIN_UNLOCK_ALL.
unpack(byte[], int, Object, int, Datatype) - 类中的方法 mpi.Comm
Unpacks message in receive buffer outbuf into space specified in inbuf.
unpublishName(String, String) - 类中的静态方法 mpi.Intracomm
Java binding of MPI_UNPUBLISH_NAME using MPI_INFO_NULL.
unpublishName(String, Info, String) - 类中的静态方法 mpi.Intracomm
Java binding of MPI_UNPUBLISH_NAME.
UserFunction - mpi中的类
Java equivalent of the MPI_USER_FUNCTION.
UserFunction() - 类的构造器 mpi.UserFunction
 

V

Version - mpi中的类
Version and Subversion for MPI
Version(int, int) - 类的构造器 mpi.Version
 
VERSION - 类中的静态变量 mpi.MPI
 

W

waitAll(Request[]) - 类中的静态方法 mpi.Request
Blocks until all of the operations associated with the active requests in the array have completed.
waitAllStatus(Request[]) - 类中的静态方法 mpi.Request
Blocks until all of the operations associated with the active requests in the array have completed.
waitAny(Request[]) - 类中的静态方法 mpi.Request
Blocks until one of the operations associated with the active requests in the array has completed.
waitAnyStatus(Request[]) - 类中的静态方法 mpi.Request
Blocks until one of the operations associated with the active requests in the array has completed.
waitFor() - 类中的方法 mpi.Request
Blocks until the operation identified by the request is complete.
waitFor() - 类中的方法 mpi.Win
Java binding of the MPI operation MPI_WIN_WAIT.
waitSome(Request[]) - 类中的静态方法 mpi.Request
Blocks until at least one of the operations associated with the active active requests in the array has completed.
waitSomeStatus(Request[]) - 类中的静态方法 mpi.Request
Blocks until at least one of the operations associated with the active requests in the array has completed.
waitStatus() - 类中的方法 mpi.Request
Blocks until the operation identified by the request is complete.
Win - mpi中的类
This class represents MPI_Win.
Win(int, int, Info, Comm, Buffer, int) - 类的构造器 mpi.Win
Java binding of MPI_WIN_ALLOCATE and MPI_WIN_ALLOCATE_SHARED.
Win(Buffer, int, int, Info, Comm) - 类的构造器 mpi.Win
Java binding of MPI_WIN_CREATE.
Win(Info, Comm) - 类的构造器 mpi.Win
Java binding of MPI_WIN_CREATE_DYNAMIC.
WIN_BASE - 类中的静态变量 mpi.MPI
 
WIN_DISP_UNIT - 类中的静态变量 mpi.MPI
 
WIN_NULL - 类中的静态变量 mpi.Win
 
WIN_SIZE - 类中的静态变量 mpi.MPI
 
WORLD - 类中的静态变量 mpi.Comm
 
write(Object, int, Datatype) - 类中的方法 mpi.File
Java binding of MPI_FILE_WRITE.
writeAll(Object, int, Datatype) - 类中的方法 mpi.File
Java binding of MPI_FILE_WRITE_ALL.
writeAllBegin(Object, int, Datatype) - 类中的方法 mpi.File
Java binding of MPI_FILE_WRITE_ALL_BEGIN.
writeAllEnd(Object) - 类中的方法 mpi.File
Java binding of MPI_FILE_WRITE_ALL_END.
writeAt(long, Object, int, Datatype) - 类中的方法 mpi.File
Java binding of MPI_FILE_WRITE_AT.
writeAtAll(long, Object, int, Datatype) - 类中的方法 mpi.File
Java binding of MPI_FILE_WRITE_AT_ALL.
writeAtAllBegin(long, Object, int, Datatype) - 类中的方法 mpi.File
Java binding of MPI_FILE_WRITE_AT_ALL_BEGIN.
writeAtAllEnd(Object) - 类中的方法 mpi.File
Java binding of MPI_FILE_WRITE_AT_ALL_END.
writeOrdered(Object, int, Datatype) - 类中的方法 mpi.File
Java binding of MPI_FILE_WRITE_ORDERED.
writeOrderedBegin(Object, int, Datatype) - 类中的方法 mpi.File
Java binding of MPI_FILE_WRITE_ORDERED_BEGIN.
writeOrderedEnd(Object) - 类中的方法 mpi.File
Java binding of MPI_FILE_WRITE_ORDERED_END.
writeShared(Object, int, Datatype) - 类中的方法 mpi.File
Java binding of MPI_FILE_WRITE_SHARED.
wtick() - 类中的静态方法 mpi.MPI
Returns resolution of timer.
wtime() - 类中的静态方法 mpi.MPI
Returns an elapsed time on the calling processor.
WTIME_IS_GLOBAL - 类中的静态变量 mpi.MPI
 
A B C D E F G H I K L M N O P Q R S T U V W 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格