MPI
Access to MPI features from Scilab
Description
![]() | On Windows, the Scilab MPI module is optional: its installation is done on request in the Scilab's installer. |
![]() | The Microsoft HPC Pack 2012 R2 must be downloaded and installed before using this module on Windows. |
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 >> |