Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
MPI
Access to MPI features from Scilab
Description
A MPI interface is provided to Scilab. This interface allows high-performance Message Passing computations.
Like any other MPI applications, Scilab/MPI as be started through the mpirun
command usually with the argument -c
to specify the number of nodes started.
Supported datatype
The Scilab MPI implementation supports the following Scilab datatypes (under the matrix or scalar form):
- Double
- Boolean
- int (all)
- String
- Sparse
- Boolean Sparse
Example of Scilab MPI
// TODO. Add an example (PI ?)
See Also
- MPI_Recv — Recv data from a node
- Technical details about the implementation — Technical details about the implementation
Report an issue | ||
<< MPI_Wait | Scilab MPI | MPI implementation >> |