mpi
Octave bindings for basic Message Passing Interface (MPI) functions for parallel computing.
Select category:
Block processes in the communicator COMM untill the call to this routine has been reached by all.
Return COMM the MPI_Communicator object whose description is DESCRIPTION, as a string.
Return DESCRIPTION string description of the MPI_Communicator COMM.
Return the rank of the calling process in the specified communicator.
Return the size of a communicator.
Terminate the MPI execution environment.
Indicates whether MPI_Finalize has been executed.
Get the name of the processor that is using MPI.
Initialize the MPI execution environment.
Nonblocking test for an MPI message.
Indicates whether MPI_Init has been executed.
Blocking test for a message.
Receive an MPI message containing an Octave variable and extract its value.
Transmit an Octave variable as a set of MPI message.
Classical MPI example that computes PI by integrating arctan'(x) in [0,1].
This function demonstrates sending and receiving of a 2-dimensional matrix over MPI.
This function demonstrates sending and receiving a string message over MPI.
This function demonstrates sending and receiving a sparse matrix over MPI.
This function demonstrates sending and receiving a struct over MPI.
This function demonstrates sending and receiving a string message over MPI.
Demonstrates doing Monte Carlo with mpi.
Generate a specified number of replications of a function's output and write them to a user-specified output file.
Package: mpi