Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.5.1 - Русский

Change language to:
English - Français - 日本語 - Português -

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.

Справка Scilab >> Scilab MPI > MPI

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
For now, advanced data structures like list, tlist or mlist are not supported. Opening a new bug report to see them supported is a good way.

Example of Scilab MPI

// TODO. Add an example (PI ?)

See Also

Report an issue
<< MPI_Wait Scilab MPI MPI implementation >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu Oct 02 14:01:18 CEST 2014