A B C F G I M O P R S

A

apply(double, double) - Method in interface mpi.Operation
Apply the operation.

B

bcast(double[], int, int) - Method in class mpi.Comm
Broadcasts a message from the process with rank root to all other processes.

C

Comm - class mpi.Comm.
Communicator presenting a subset of the MPI API.
COMM_WORLD - Static variable in class mpi.MPI
Contains all of the processes.
Comm() - Constructor for class mpi.Comm
 

F

finalize() - Method in class mpi.Comm
Destroys the Java socket network.
fnlz() - Static method in class mpi.MPI
Terminate the MPI execution environment.

G

gather(double[], int, int, int) - Method in class mpi.Comm
Gathers values from all processes.

I

init() - Static method in class mpi.MPI
Initialize the MPI execution environment.
initialize(int, int, String[]) - Method in class mpi.Comm
Builds the Java socket network used by MPI.
inverse(double, double) - Method in interface mpi.Operation
Apply the inverse operation.

M

main(String[]) - Static method in class mpi.MPI
 
MAX - Static variable in class mpi.MPI
Return the maximum.
MIN - Static variable in class mpi.MPI
Return the minimum.
mpi - package mpi
 
MPI - class mpi.MPI.
MPI communication designed for use in MATLAB*P.
MPI() - Constructor for class mpi.MPI
 

O

Operation - interface mpi.Operation.
Collective operation interface.

P

PROD - Static variable in class mpi.MPI
Return the product.

R

rank() - Method in class mpi.Comm
Rank of the calling process in the communicator.
recv(int, int, int) - Method in class mpi.Comm
Performs a basic receive.
reduce(double[], int, Operation, int) - Method in class mpi.Comm
Reduces values on all processes to a single value at rank root.

S

scan(double[], int, Operation) - Method in class mpi.Comm
Computes the scan (partial reduction) of data on all processes.
scatter(double[], int, int, int) - Method in class mpi.Comm
Sends data from process with rank root to all other processes.
send(double[], int, int, int) - Method in class mpi.Comm
Performs a basic send.
size() - Method in class mpi.Comm
Size of the communicator group.
starPready() - Static method in class mpi.MPI
Returns true if starPstart has been called sucessfully.
starPstart(int, int, String[]) - Static method in class mpi.MPI
Builds the Java socket network used by MPI.
SUM - Static variable in class mpi.MPI
Return the sum.

A B C F G I M O P R S

18.337/6.338/SMA.5505