Scilab MPI
- MPI_Bcast — Broadcasts a message from the process with rank root to all other processes of the group
- MPI_Comm_rank — Determines the rank of a calling process in a communicator
- MPI_Comm_size — Determines the size of the group associated with a communicator
- MPI_Create_comm — Create a MPI subcommunicator of MPI_COMM_WORLD
- MPI_Finalize — Terminate the MPI environment
- MPI_Init — Initialize the MPI environment
- MPI_Irecv — Nonblocking reception of data from a node
- MPI_Isend — Nonblocking send data from a node to another
- MPI_Recv — Recv data from a node
- MPI_Send — Send data from a node to another
- MPI_Wait — Waits for an MPI request to complete
- MPI — Access to MPI features from Scilab
- MPI implementation — Technical details about the implementation