Skip navigation links
A B C D E F G H I L M N O P Q R S T U W 

A

Abort(int) - Method in class mpi.Comm
Abort MPI.
addCompletionHandler(CompletionHandler) - Method in class mpi.Request
 
allGather(Object, int, Datatype, Object, int, Datatype) - Method in class mpi.Intracomm
Similar to Gather, but all processes receive the result.
allGatherv(Object, int, Datatype, Object, int[], int[], Datatype) - Method in class mpi.Intracomm
Similar to Gatherv, but all processes receive the result.
allReduce(Object, Object, int, Datatype, Op) - Method in class mpi.Intracomm
Same as reduce except that the result appears in receive buffer of all process in the group.
allToAll(Object, int, Datatype, Object, int, Datatype) - Method in class mpi.Intracomm
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) - Method in class mpi.Intracomm
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.
ANY_SOURCE - Static variable in class mpi.MPI
 
ANY_TAG - Static variable in class mpi.MPI
 
attachBuffer(ByteBuffer) - Static method in class mpi.MPI
Provides to MPI a buffer in user's memory to be used for buffering outgoing messages.

B

BAND - Static variable in class mpi.MPI
 
barrier() - Method in class mpi.Intracomm
A call to Barrier blocks the caller until all process in the group have called it.
baseType - Variable in class mpi.Datatype
 
bcast(Object, int, Datatype, int) - Method in class mpi.Intracomm
Broadcast a message from the process with rank root to all processes of the group.
BOOLEAN - Static variable in class mpi.MPI
 
BOR - Static variable in class mpi.MPI
 
bSend(Object, int, Datatype, int, int) - Method in class mpi.Comm
Send in buffered mode.
BSEND_OVERHEAD - Static variable in class mpi.MPI
 
bSendInit(Object, int, Datatype, int, int) - Method in class mpi.Comm
Creates a persistent communication request for a buffered mode send.
BXOR - Static variable in class mpi.MPI
 
BYTE - Static variable in class mpi.MPI
 

C

Call(Object, int, Object, int, int, Datatype) - Method in class mpi.User_function
User-defined function for a new Op.
cancel() - Method in class mpi.Request
Mark a pending nonblocking communication for cancellation.
CART - Static variable in class mpi.MPI
 
Cartcomm - Class in mpi
This class represents a communicator with a cartesian structure.
CartParms - Class in mpi

Not Implemented in the current release

CHAR - Static variable in class mpi.MPI
 
clone() - Method in class mpi.Cartcomm
Clones this communicator.
clone() - Method in class mpi.Comm
Duplicate this communicator.
clone() - Method in class mpi.Graphcomm
 
clone() - Method in class mpi.Intercomm
Duplicate this communicator.
clone() - Method in class mpi.Intracomm
Duplicate this communicator.
Comm - Class in mpi
This class represents communicators.
Comm(long, Group) - Constructor for class mpi.Comm
 
COMM_NULL - Static variable in class mpi.MPI
 
COMM_SELF - Static variable in class mpi.MPI
 
COMM_WORLD - Static variable in class mpi.MPI
 
commit() - Method in class mpi.Datatype
Commit a derived datatype.
compare(Comm, Comm) - Static method in class mpi.Comm
Compare two communicators.
compare(Group, Group) - Static method in class mpi.Group
Compare two groups.
CONGRUENT - Static variable in class mpi.MPI
 
Coords(int) - Method in class mpi.Cartcomm
Translate process rank to logical process coordinates.
coords - Variable in class mpi.CartParms
 
count - Variable in class mpi.Status
 
create(int[]) - Method in class mpi.Comm
 
create(Group) - Method in class mpi.Intracomm
Create a new communicator.
createCart(int[], boolean[], boolean) - Method in class mpi.Intracomm
Create a Cartesian topology communicator whose group is a subset of the group of this communicator.
createContiguous(int, Datatype) - Static method in class mpi.Datatype
Construct new datatype representing replication of old datatype into contiguous locations.
createDims(int, int[]) - Static method in class mpi.Cartcomm
Select a balanced distribution of processes per coordinate direction.
createGraph(int[], int[], boolean) - Method in class mpi.Intracomm
Create a graph topology communicator whose group is a subset of the group of this communicator.
createGroup(Group, int) - Method in class mpi.Intracomm
Create a new intracommunicator for the given group.
createHVector(int, int, int, Datatype) - Static method in class mpi.Datatype
Identical to vector 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) - Static method in class 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) - Method in class mpi.Comm
Create an inter-communicator.
createVector(int, int, int, Datatype) - Static method in class mpi.Datatype
Construct new datatype representing replication of old datatype into locations that consist of equally spaced blocks.

D

Datatype - Class in mpi
The Datatype class represents MPI_DATATYPE handles.
Datatype() - Constructor for class mpi.Datatype
 
deleteAttr(int) - Method in class mpi.Comm
deletes attribute value by key.
detachBuffer() - Static method in class mpi.MPI
Detach the buffer currently associated with MPI.
difference(Group, Group) - Static method in class mpi.Group
Result contains all elements of the first group that are not in the second group.
dims - Variable in class mpi.CartParms
 
DOUBLE - Static variable in class mpi.MPI
 
DOUBLE2 - Static variable in class mpi.MPI
 

E

edges - Variable in class mpi.GraphParms
 
EMPTY_STATUS - Static variable in class mpi.MPI
 
Errhandler - Class in mpi
This class represents a handler for errors.
Errorhandler_get() - Static method in class mpi.MPI
Gets the error handler

Not Implemented in the current release

Errorhandler_set(Errhandler) - Static method in class mpi.MPI
Set Error Handler

Not Implemented in the current release

excl(int[]) - Method in class mpi.Group
Create a subset group excluding specified processes.
extent() - Method in class mpi.Datatype
Returns the extent of a datatype - the difference between upper and lower bound.

F

Finalize() - Static method in class mpi.MPI
Finalize MPI.
finalize() - Method in class mpi.Op
 
finalize() - Method in class mpi.Request
 
FLOAT - Static variable in class mpi.MPI
 
FLOAT2 - Static variable in class mpi.MPI
 
free() - Method in class mpi.Comm
Destroy this communicator.
free() - Method in class mpi.Datatype
Frees the datatype.
free() - Method in class mpi.Group
Destructor.
free() - Method in class mpi.Op
 
free() - Method in class mpi.Status
 

G

gather(Object, int, Datatype, Object, int, Datatype, int) - Method in class mpi.Intracomm
Each process sends the contents of its send buffer to the root process.
gatherv(Object, int, Datatype, Object, int[], int[], Datatype, int) - Method in class mpi.Intracomm
Extends functionality of Gather by allowing varying counts of data from each process.
getAttr(int) - Method in class mpi.Comm
Retrieves attribute value by key.
getByteSize() - Method in class mpi.Datatype
 
getCount(Datatype) - Method in class mpi.Status
Get the number of received entries.
getDims() - Method in class mpi.Graphcomm
Returns graph topology information.
getElements(Datatype) - Method in class mpi.Status
Retrieve number of basic elements from status.
getGroup() - Method in class mpi.Comm
Return group associated with a communicator.
getIndex() - Method in class mpi.Status
 
getNeighbours(int) - Method in class mpi.Graphcomm
Provides adjacency information for general graph topology.
getParent() - Static method in class mpi.Intercomm
Get the parent of this communicator.
getProcessorName() - Static method in class mpi.MPI
Returns the name of the processor on which it is called.
getRank(int[]) - Method in class mpi.Cartcomm
Translate logical process coordinates to process rank.
getRank() - Method in class mpi.Comm
Rank of this process in group of this communicator.
getRank() - Method in class mpi.Group
Rank of this process in group.
getRemoteGroup() - Method in class mpi.Intercomm
Return the remote group.
getRemoteSize() - Method in class mpi.Intercomm
Size of remote group.
getSize() - Method in class mpi.Comm
Size of group of this communicator.
getSize() - Method in class mpi.Group
Size of group.
getSource() - Method in class mpi.Status
 
getTag() - Method in class mpi.Status
 
getTopo() - Method in class mpi.Cartcomm
Returns Cartesian topology information.
getTopology() - Method in class mpi.Cartcomm
Returns the type of topology associated with the communicator.
getTopology() - Method in class mpi.Comm
Returns the type of topology associated with the communicator.
getTopology() - Method in class mpi.Graphcomm
Returns the type of topology associated with the communicator.
getType() - Method in class mpi.Datatype
 
GRAPH - Static variable in class mpi.MPI
 
Graphcomm - Class in mpi
The class represents a communicator with a graph structure.
GraphParms - Class in mpi

Not Implemented in the current release

GraphParms() - Constructor for class mpi.GraphParms
 
Group - Class in mpi
This class represents MPI_Group.
Group(int) - Constructor for class mpi.Group
 
GROUP_EMPTY - Static variable in class mpi.MPI
 
GROUP_NULL - Static variable in class mpi.MPI
 

H

handle - Variable in class mpi.Comm
 
handle - Variable in class mpi.Info
 
handle - Variable in class mpi.Request
 
hIndexed(int[], int[], Datatype) - Static method in class mpi.Datatype
Identical to indexed except that the displacements are expressed directly in terms of the buffer index, rather than the units of the old type.
HOST - Static variable in class mpi.MPI
 

I

ibSend(Object, int, Datatype, int, int) - Method in class mpi.Comm
Start a buffered mode, nonblocking send.
IDENT - Static variable in class mpi.MPI
 
incl(int[]) - Method in class mpi.Group
Create a subset group including specified processes.
index - Variable in class mpi.GraphParms
 
index - Variable in class mpi.Status
For a `waitany()' operation in class `Request'.
Info - Class in mpi
This class represents MPI_Info.
Info() - Constructor for class mpi.Info
 
Info(long) - Constructor for class mpi.Info
 
INFO_NULL - Static variable in class mpi.MPI
 
Init(String[]) - Static method in class mpi.MPI
Initialize MPI.
InitThread(String[], int) - Static method in class mpi.MPI
Used to initialize MPI with certain level of threadedness ...
INT - Static variable in class mpi.MPI
 
INT2 - Static variable in class mpi.MPI
 
Intercomm - Class in mpi
This class represents intercommunicators.
intersection(Group, Group) - Static method in class mpi.Group
Set intersection of two groups.
Intracomm - Class in mpi
This class represents intracommunicators.
IO - Static variable in class mpi.MPI
 
iProbe(int, int) - Method in class mpi.Comm
Check if there is an incoming message matching the pattern specified.
iRecv(Object, int, Datatype, int, int) - Method in class mpi.Comm
Start a nonblocking receive.
irSend(Object, int, Datatype, int, int) - Method in class mpi.Comm
Start a ready mode, nonblocking send.
isBufferComms - Variable in class mpi.Request
 
isBufferComms - Variable in class mpi.Status
 
isCancelled() - Method in class mpi.Status
Test if communication was cancelled.
iSend(Object, int, Datatype, int, int) - Method in class mpi.Comm
Start a standard mode, nonblocking send.
isInitialized() - Static method in class mpi.MPI
Test if MPI has been initialized.
isInter() - Method in class mpi.Comm
Test if this communicator is an inter-communicator.
isNull() - Method in class mpi.Comm
 
isNull() - Method in class mpi.Request
Test if request object is void.
isSend(Object, int, Datatype, int, int) - Method in class mpi.Comm
Start a synchronous mode, nonblocking send.
isThreadMain() - Static method in class mpi.MPI
Returns true if this thread initialized MPI

L

LAND - Static variable in class mpi.MPI
 
lb() - Method in class mpi.Datatype
Find the lower bound of a datatype - the least value in its displacement sequence.
LB - Static variable in class mpi.MPI
 
LONG - Static variable in class mpi.MPI
 
LONG2 - Static variable in class mpi.MPI
 
LOR - Static variable in class mpi.MPI
 
LXOR - Static variable in class mpi.MPI
 

M

map(int[], boolean[]) - Method in class mpi.Cartcomm
Compute an optimal placement.
map(int[], int[]) - Method in class mpi.Graphcomm
Compute an optimal placement.
MAX - Static variable in class mpi.MPI
 
MAXLOC - Static variable in class mpi.MPI
 
merge(boolean) - Method in class mpi.Intercomm
Create an inter-communicator.
MIN - Static variable in class mpi.MPI
 
MINLOC - Static variable in class mpi.MPI
 
mpi - package mpi
 
MPI - Class in mpi
This class represents the MPI environment.
MPI() - Constructor for class mpi.MPI
 
MPI_COMM_NULL_VAL - Static variable in class mpi.Comm
 
MPIException - Exception in mpi
This class signals an MPI exception that has occured.
MPIException() - Constructor for exception mpi.MPIException
 
MPIException(String) - Constructor for exception mpi.MPIException
 
MPIException(Throwable) - Constructor for exception mpi.MPIException
 
mpjdev_cancel() - Method in class mpi.Request
 
mpjdev_free() - Method in class mpi.Request
 
mpjdev_isnull() - Method in class mpi.Request
 

N

nativeGatherv(long, Buffer, int, int, Buffer, int[], int, int[], int) - Method in class mpi.Intracomm
 
NULL - Static variable in class mpi.MPI
 
NUM_OF_PROCESSORS - Static variable in class mpi.MPI
 
numEls - Variable in class mpi.Status
 

O

OBJECT - Static variable in class mpi.MPI
 
Op - Class in mpi
This class represents MPI_Op.
Op(User_function, boolean) - Constructor for class mpi.Op
Bind a user-defined global reduction operation to an Op object.
Op(User_function, boolean, int) - Constructor for class mpi.Op
Bind a user-defined global reduction operation to an Op object.
opCode - Variable in class mpi.Op
 

P

pack(Object, int, Datatype, Buffer, int) - Method in class mpi.Comm
Packs message in send buffer inbuf into space specified in outbuf.
PACKED - Static variable in class mpi.MPI

Not supported in the current release

packSize(int, Datatype) - Method in class mpi.Comm
Returns an upper bound on the increment of position effected by pack.
periods - Variable in class mpi.CartParms
 
Prequest - Class in mpi
Persistent request object.
probe(int, int) - Method in class mpi.Comm
Wait until there is an incoming message matching the pattern specified.
PROC_NULL - Static variable in class mpi.MPI
 
PROD - Static variable in class mpi.MPI
 

Q

queryThread() - Static method in class mpi.MPI
Returns the level of thread support provided by the MPI library and the underlying device selected

R

rangeExcl(int[][]) - Method in class mpi.Group
Create a subset group excluding processes specified by strided intervals of ranks.
rangeIncl(int[][]) - Method in class mpi.Group
Create a subset group including processes specified by strided intervals of ranks.
rank_dest - Variable in class mpi.ShiftParms
 
rank_source - Variable in class mpi.ShiftParms
 
recv(Object, int, Datatype, int, int) - Method in class mpi.Comm
Blocking receive operation.
RECV_OVERHEAD - Static variable in class mpi.MPI
 
recvInit(Object, int, Datatype, int, int) - Method in class mpi.Comm
Creates a persistent communication request for a receive operation.
reduce(Object, Object, int, Datatype, Op, int) - Method in class mpi.Intracomm
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.
reduceScatter(Object, Object, int[], Datatype, Op) - Method in class mpi.Intracomm
Combine elements in input buffer of each process using the reduce operation, and scatter the combined values over the output buffers of the processes.
Request - Class in mpi
Request object representing MPI_REQUEST.
Request(long) - Constructor for class mpi.Request
 
Request(long, boolean) - Constructor for class mpi.Request
 
REQUEST_NULL - Static variable in class mpi.MPI
 
rSend(Object, int, Datatype, int, int) - Method in class mpi.Comm
Send in ready mode.
rSendInit(Object, int, Datatype, int, int) - Method in class mpi.Comm
Creates a persistent communication request for a ready mode send.

S

scan(Object, Object, int, Datatype, Op) - Method in class mpi.Intracomm
Perform a prefix reduction on data distributed across the group.
scatter(Object, int, Datatype, Object, int, Datatype, int) - Method in class mpi.Intracomm
Inverse of the operation Gather.
scatterv(Object, int[], int[], Datatype, Object, int, Datatype, int) - Method in class mpi.Intracomm
Inverse of the operation Gatherv.
send(Object, int, Datatype, int, int) - Method in class mpi.Comm
Blocking send operation.
SEND_OVERHEAD - Static variable in class mpi.MPI
 
sendInit(Object, int, Datatype, int, int) - Method in class mpi.Comm
Creates a persistent communication request for a standard mode send.
sendRecv(Object, int, Datatype, int, int, Object, int, Datatype, int, int) - Method in class mpi.Comm
Execute a blocking send and receive operation.
sendRecvReplace(Object, int, Datatype, int, int, int, int) - Method in class mpi.Comm
Execute a blocking send and receive operation, receiving message into send buffer.
set(String, String) - Method in class mpi.Info
set Info variables.
shift(int, int) - Method in class mpi.Cartcomm
Compute source and destination ranks for ``shift'' communication.
ShiftParms - Class in mpi

Not Implemented in the current release

SHORT - Static variable in class mpi.MPI
 
SHORT2 - Static variable in class mpi.MPI

Not supported in the current release

SIMILAR - Static variable in class mpi.MPI
 
size() - Method in class mpi.Datatype
Returns the total size of a datatype - the number of buffer elements it represents.
source - Variable in class mpi.Status
For a receive operation, the source of the message.
spawn(String, String[], int, Info, int, int[]) - Method in class mpi.Comm
Spawn an MPI process.
spawnMultiple(String[], String[][], int[], Info[], int, int[]) - Method in class mpi.Comm
Spawn an multiple MPI processes with different executable specifications.
split(int, int) - Method in class mpi.Intracomm
Partition the group associated with this communicator and create a new communicator within each subgroup.
sSend(Object, int, Datatype, int, int) - Method in class mpi.Comm
Send in synchronous mode.
sSendInit(Object, int, Datatype, int, int) - Method in class mpi.Comm
Creates a persistent communication request for a synchronous mode send.
start() - Method in class mpi.Prequest
Activate a persistent communication request.
startAll(Prequest[]) - Static method in class mpi.Prequest
Activate a list of communication requests.
Status - Class in mpi
This class represents MPI_STATUS.
Status() - Constructor for class mpi.Status
 
Status(boolean) - Constructor for class mpi.Status
 
Status(int, int, int) - Constructor for class mpi.Status
 
struct(int[], int[], Datatype[]) - Static method in class mpi.Datatype
The most general type constructor.
sub(boolean[]) - Method in class mpi.Cartcomm
Partition Cartesian communicator into subgroups of lower dimension.
SUM - Static variable in class mpi.MPI
 

T

tag - Variable in class mpi.Status
For a receive operation, the tag in the message.
TAG_UB - Static variable in class mpi.MPI
 
test() - Method in class mpi.Request
Returns a status object if the operation identified by the request is complete, or a null reference otherwise.
testAll(Request[]) - Static method in class mpi.Request
Tests for completion of all of the operations associated with active requests.
testAllStatus(Request[]) - Static method in class mpi.Request
Tests for completion of all of the operations associated with active requests.
testAnyStatus(Request[]) - Static method in class mpi.Request
Tests for completion of either one or none of the operations associated with active requests.
testSomeStatus(Request[]) - Static method in class mpi.Request
Behaves like Waitsome, except that it returns immediately.
testStatus() - Method in class mpi.Request
Returns a status object if the operation identified by the request is complete, or a null reference otherwise.
THREAD_FUNNELED - Static variable in class mpi.MPI
 
THREAD_MULTIPLE - Static variable in class mpi.MPI
 
THREAD_SERIALIZED - Static variable in class mpi.MPI
 
THREAD_SINGLE - Static variable in class mpi.MPI
 
translateRanks(Group, int[], Group) - Static method in class mpi.Group
Translate ranks within one group to ranks within another.
type - Variable in class mpi.Status
 

U

ub() - Method in class mpi.Datatype
Find the upper bound of a datatype - the greatest value in its displacement sequence.
UB - Static variable in class mpi.MPI
 
UNDEFINED - Static variable in class mpi.MPI
 
UNEQUAL - Static variable in class mpi.MPI
 
union(Group, Group) - Static method in class mpi.Group
Set union of two groups.
unpack(Buffer, int, Object, int, Datatype) - Method in class mpi.Comm
Unpacks message in receive buffer outbuf into space specified in inbuf.
User_function - Class in mpi

Not Implemented in the current release

User_function() - Constructor for class mpi.User_function
 

W

waitAll(Request[]) - Static method in class mpi.Request
Blocks until all of the operations associated with the active requests in the array have completed.
waitAllStatus(Request[]) - Static method in class mpi.Request
Blocks until all of the operations associated with the active requests in the array have completed.
waitAnyStatus(Request[]) - Static method in class mpi.Request
Blocks until one of the operations associated with the active requests in the array has completed.
waitFor() - Method in class mpi.Request
Blocks until the operation identified by the request is complete.
waitSomeStatus(Request[]) - Static method in class mpi.Request
Blocks until at least one of the operations associated with the active requests in the array has completed.
waitStatus() - Method in class mpi.Request
Blocks until the operation identified by the request is complete.
wtick() - Static method in class mpi.MPI
Returns resolution of timer.
wtime() - Static method in class mpi.MPI
Returns wallclock time.
A B C D E F G H I L M N O P Q R S T U W 
Skip navigation links