Navigation

Operators and Keywords

Function List:

C++ API

Loadable Function: INFO = MPI_Send(VALUE,RANKS,TAG,COMM)

Transmit an Octave variable as a set of MPI message. Return an integer INFO to indicate success or failure.

          VALUE must be an octave variable
          RANKS must be a vector containing the list of rank destination processes
          TAG must be an integer to identify the message by openmpi
          COMM must be an octave communicator object created by MPI_Comm_Load function

Package: mpi